We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee45d8 commit 466f84fCopy full SHA for 466f84f
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', 'python django')
+ syntax = 'python'
23
cmd = ('pep8@python', '*', '-')
24
version_args = '--version'
25
version_re = r'(?P<version>\d+\.\d+\.\d+)'
0 commit comments