We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c6814 commit b3e33ddCopy full SHA for b3e33dd
1 file changed
run_pylint.py
@@ -103,8 +103,8 @@ def is_production_filename(filename):
103
:rtype: boolean
104
:returns: Boolean indicating production status.
105
"""
106
- return not ('demo' in filename or 'test' in filename
107
- or filename.startswith('regression'))
+ return not ('demo' in filename or 'test' in filename or
+ filename.startswith('regression'))
108
109
110
def get_files_for_linting(allow_limited=True):
0 commit comments