From 3a5af6ae9996dfed97d94b8091f6cf9383fde0c3 Mon Sep 17 00:00:00 2001 From: Rafael Laverde Date: Fri, 15 Sep 2017 12:18:32 -0500 Subject: [PATCH] Change pep8 for pycodestyle in the docs. --- docs/linters.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/linters.rst b/docs/linters.rst index 4750e1617..feb59d037 100644 --- a/docs/linters.rst +++ b/docs/linters.rst @@ -30,14 +30,14 @@ The config for pylint is located in .pylintrc. It specifies: * Disable linting messages for missing docstring and invalid name * max-parents=13 -pep8 +pycodestyle ----- This is included in flake8's checks, but you can also run it separately to see a more detailed report: - $ pep8 + $ pycodestyle -The config for pep8 is located in setup.cfg. It specifies: +The config for pycodestyle is located in setup.cfg. It specifies: * Set max line length to 120 chars * Exclude ``.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules``