Skip to content

Commit

Permalink
about lint.py -f;
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddli committed Jul 22, 2017
1 parent 30aafff commit 798b7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Code Style

We should all *try* to follow the official style guide `PEP 8 <https://www.python.org/dev/peps/pep-0008/>`_.

Run ``python lint.py`` when you are ready to make a PR on Github. You're good to go as long as this script returns no errors.
Run ``python lint.py`` (supply the ``-f`` switch to autoformat) when you are ready to make a PR on Github. You're good to go as long as this script returns no errors.

.. Note::
Remember that code style fixes should always be in a separate commit!
Expand Down

0 comments on commit 798b7fc

Please sign in to comment.