We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b58e31 commit 7e8fb2aCopy full SHA for 7e8fb2a
1 file changed
linter.py
@@ -19,7 +19,7 @@ class PEP8(PythonLinter):
19
20
"""Provides an interface to the pep8 python module/script."""
21
22
- syntax = 'python'
+ syntax = ('python', 'python django')
23
cmd = ('pep8@python', '*', '-')
24
regex = r'^.+?:(?P<line>\d+):(?P<col>\d+): (?:(?P<error>E)|(?P<warning>W))\d+ (?P<message>.+)'
25
multiline = True
0 commit comments