Browse Source

migrate from pep8 to pycodestyle #152

pull/153/head
Adam Smith 8 years ago
parent
commit
9018e796bb
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      script/lint
  2. +1
    -1
      setup.cfg

+ 1
- 1
script/lint 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

+ 1
- 1
setup.cfg View File

@ -62,7 +62,7 @@ test =
coverage
mock
nose
pep8
pycodestyle
pyflakes
requests_mock
setuptools>=36.4.0

Loading…
Cancel
Save