Skip to content

Commit

Permalink
pep8 -> pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
djungelorm committed Nov 5, 2018
1 parent 9f57c82 commit ee8ce0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ee8ce0e

Please sign in to comment.