Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste committed Dec 20, 2017
1 parent ec5663b commit 8db3ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linter.py
Expand Up @@ -19,7 +19,7 @@ class PEP8(PythonLinter):
"""Provides an interface to the pep8 python module/script."""

syntax = 'python'
cmd = ('pep8@python', '*', '-')
cmd = ('pep8', '*', '-')
version_args = '--version'
version_re = r'(?P<version>\d+\.\d+\.\d+)'
version_requirement = '>= 1.4.6'
Expand Down

0 comments on commit 8db3ecb

Please sign in to comment.