We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8676521 commit 0d44715Copy full SHA for 0d44715
1 file changed
pep8.py
@@ -11,7 +11,7 @@
11
from SublimeLinter.lint import PythonLinter
12
13
14
-class Pep8(PythonLinter):
+class PEP8(PythonLinter):
15
language = 'python'
16
cmd = ('pep8@python', '*', '-')
17
regex = r'^.+?:(?P<line>\d+):(?P<col>\d+): (?:(?P<error>E)|(?P<warning>W))\d+ (?P<message>.+)'
0 commit comments