From 481bdb71b3ee836de67f5ba505bf2e8d16e74038 Mon Sep 17 00:00:00 2001 From: Audrey Roy Greenfeld Date: Sat, 26 Sep 2015 00:35:55 -0700 Subject: [PATCH] More linter documentation in prep for merging #283. --- docs/linters.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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