We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61c6814 + b3e33dd commit 8e68a20Copy full SHA for 8e68a20
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