Skip to content

Commit a6924fa

Browse files
committed
pep8 uses compile so it is version-sensitive.
1 parent 4391fe7 commit a6924fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

linter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class PEP8(PythonLinter):
3131
inline_settings = 'max-line-length'
3232
inline_overrides = ('select', 'ignore')
3333
module = 'pep8'
34+
check_version = True
3435

3536
# Internal
3637
report = None

0 commit comments

Comments
 (0)