We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5b4e2 commit f0afd91Copy full SHA for f0afd91
1 file changed
linter.py
@@ -48,7 +48,7 @@ class PEP8(PythonLinter):
48
49
"""Provides an interface to the pep8 python module/script."""
50
51
- language = 'python'
+ syntax = 'python'
52
cmd = ('pep8@python', '*', '-')
53
regex = r'^.+?:(?P<line>\d+):(?P<col>\d+): (?:(?P<error>E)|(?P<warning>W))\d+ (?P<message>.+)'
54
multiline = True
0 commit comments