From ee8ce0eb5e302f4c3608effc3ec8e208919cbc57 Mon Sep 17 00:00:00 2001 From: djungelorm Date: Mon, 5 Nov 2018 19:09:18 +0000 Subject: [PATCH] pep8 -> pycodestyle --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2a9fe40..311fd5f 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ install: test: rm -rf out python -B setup.py test - pip install pep8 pylint - find sphinx_tabs -name "*.py" -print0 | xargs -0 pep8 + pip install pycodestyle pylint + find sphinx_tabs -name "*.py" -print0 | xargs -0 pycodestyle pylint --rcfile=pylint.cfg sphinx_tabs docs: