mirror of
https://github.com/deadc0de6/catcli
synced 2024-10-31 09:20:10 +00:00
ignore W605 on pycodestyle
This commit is contained in:
parent
b42024e63a
commit
471e343d9a
2
tests.sh
2
tests.sh
@ -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…
Reference in New Issue
Block a user