Add information on installing flake8's git hook.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-09-07 01:08:01 -04:00
parent 8385ef13b0
commit 57baf76a50

View File

@@ -54,6 +54,12 @@ Whenever possible, but don't obsess over things like line length:
$ flake8 --ignore=E501,E128,E122 |less
To perform automatic PEP8 checks, install flake8's git hook using:
.. code-block:: bash
$ flake8 --install-hook git
Imports
~~~~~~~