Skip to content

Commit 466f84f

Browse files
committed
Don't need 'python django', it's in the default syntax_map now.
1 parent dee45d8 commit 466f84f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class PEP8(PythonLinter):
1919

2020
"""Provides an interface to the pep8 python module/script."""
2121

22-
syntax = ('python', 'python django')
22+
syntax = 'python'
2323
cmd = ('pep8@python', '*', '-')
2424
version_args = '--version'
2525
version_re = r'(?P<version>\d+\.\d+\.\d+)'

0 commit comments

Comments
 (0)