Skip to content

Commit

Permalink
Added reference to pep8 --help
Browse files Browse the repository at this point in the history
  • Loading branch information
vorushin committed May 14, 2012
1 parent 18566bb commit f4785c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local_settings.py.example
@@ -1,7 +1,7 @@
'''
First parameter is path to command, second - optional list of arguments.
If you want to disable line length checking in pep8, set second parameter
to ['--ignore=E501'].
to ['--ignore=E501']. Look at output of pep8 --help for more options.
'''
CHECKERS = [('/Users/vorushin/.virtualenvs/checkers/bin/pep8', []),
('/Users/vorushin/.virtualenvs/checkers/bin/pyflakes', [])]
Expand Down

0 comments on commit f4785c2

Please sign in to comment.