Skip to content
Snippets Groups Projects
Commit 72174a71 authored by Olivier Grisel's avatar Olivier Grisel
Browse files

Had a link to autopep8

parent f9c5458e
No related branches found
No related tags found
No related merge requests found
...@@ -166,6 +166,11 @@ You can also check for common programming errors with the following tools: ...@@ -166,6 +166,11 @@ You can also check for common programming errors with the following tools:
$ pip install pep8 $ pip install pep8
$ pep8 path/to/module.py $ pep8 path/to/module.py
* AutoPEP8 can help you fix some of the easy redundant errors::
$ pip install autopep8
$ autopep8 path/to/pep8.py
Bonus points for contributions that include a performance analysis with Bonus points for contributions that include a performance analysis with
a benchmark script and profiling output (please report on the mailing a benchmark script and profiling output (please report on the mailing
list or on the GitHub wiki). list or on the GitHub wiki).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment