ignore W605 on pycodestyle

pull/6/head
deadc0de6 6 years ago
parent b42024e63a
commit 471e343d9a

@ -5,6 +5,6 @@
# stop on first error # stop on first error
set -ev set -ev
pycodestyle catcli/ pycodestyle --ignore=W605 catcli/
pycodestyle tests/ pycodestyle tests/
PYTHONPATH=catcli python3 -m nose -s --with-coverage --cover-package=catcli PYTHONPATH=catcli python3 -m nose -s --with-coverage --cover-package=catcli

Loading…
Cancel
Save