Added one more folder to the pylint ignore
This commit is contained in:
parent
864c7605f9
commit
ff09af7d62
2
tox.ini
2
tox.ini
@ -31,5 +31,5 @@ commands =
|
||||
pip install -r requirements.txt
|
||||
python -m flake8
|
||||
pylint --rcfile tests/.pylintrc buku
|
||||
find . -iname "*.py" -not -path "./.tox/*" -exec pylint --rcfile tests/.pylintrc \{\} +
|
||||
find . -iname "*.py" -not -path "./.tox/*" -not -path "./build/*" -exec pylint --rcfile tests/.pylintrc \{\} +
|
||||
pytest --cov buku -vv {posargs}
|
||||
|
Loading…
x
Reference in New Issue
Block a user