cookiecutter-django/docs/linters.rst
2015-09-24 00:38:04 -07:00

18 lines
251 B
ReStructuredText

Linters
=======
.. index:: linters
flake8
-------
To run flake8:
$ flake8
The config for flake8 is located in setup.cfg. It specifies:
* Set max line length to 120 chars
* Exclude .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules