1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

migrate from pep8 to pycodestyle #152

This commit is contained in:
Adam Smith
2017-11-23 22:17:50 -08:00
parent 7fc437dba5
commit 9018e796bb
2 changed files with 2 additions and 2 deletions

View File

@@ -17,5 +17,5 @@ fi
SOURCES="*.py octodns/*.py octodns/*/*.py tests/*.py"
pep8 --ignore=E221,E241,E251 $SOURCES
pycodestyle --ignore=E221,E241,E251,E722 $SOURCES
pyflakes $SOURCES