Skip to content

Commit

Permalink
Improve tox vulture execution
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Sep 20, 2024
1 parent db3e58e commit a902af3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ commands = bash -c "find {toxinidir} \
bash -c "find {toxinidir} \
-not -path {toxinidir}/.tox/\* \
-name \*.py | xargs flake8"
bash -c "find {toxinidir} \
-not -path {toxinidir}/.tox/\* \
-name \*.py | xargs vulture"
bash -c "vulture --exclude {toxworkdir},{toxinidir}/docs/src/conf.py {toxinidir}"

[testenv:spell]
deps =
Expand Down

0 comments on commit a902af3

Please sign in to comment.