diff --git a/docs/linters.rst b/docs/linters.rst index 09d5744b..21c849aa 100644 --- a/docs/linters.rst +++ b/docs/linters.rst @@ -15,3 +15,17 @@ 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 + +pylint +------ + +This is included in flake8's checks, but you can also run it separately to see a more detailed report: + + $ pylint + +pep8 +----- + +This is included in flake8's checks, but you can also run it separately to see a more detailed report: + + $ pep8