Skip to content

Commit 0d44715

Browse files
committed
Renamed linter class.
1 parent 8676521 commit 0d44715

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pep8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from SublimeLinter.lint import PythonLinter
1212

1313

14-
class Pep8(PythonLinter):
14+
class PEP8(PythonLinter):
1515
language = 'python'
1616
cmd = ('pep8@python', '*', '-')
1717
regex = r'^.+?:(?P<line>\d+):(?P<col>\d+): (?:(?P<error>E)|(?P<warning>W))\d+ (?P<message>.+)'

0 commit comments

Comments
 (0)