Removed vulture from Tox (it rarely made any findings, and when it did, pylint reported the same issues).

This commit is contained in:
Joe Testa
2024-04-18 19:36:13 -04:00
parent 8190fe59d0
commit d2f1a295a1
2 changed files with 4 additions and 16 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U codecov coveralls flake8 mypy pylint pytest tox vulture
pip install -U codecov coveralls flake8 mypy pylint pytest tox
- name: Run Tox
run: |
tox