We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4391fe7 commit a6924faCopy full SHA for a6924fa
1 file changed
linter.py
@@ -31,6 +31,7 @@ class PEP8(PythonLinter):
31
inline_settings = 'max-line-length'
32
inline_overrides = ('select', 'ignore')
33
module = 'pep8'
34
+ check_version = True
35
36
# Internal
37
report = None
0 commit comments