Use vulture to look for dead code
- Aug 13, 2022
-
-
David Runge authored
tests/cli/test_cli.py: Remove unused fixtures in integration tests. Restructure integration tests so that pacman actually uses the created databases.
-
David Runge authored
tox.ini: Run vulture in the linter target to detect dead code above a 70% confidence in the repod and tests dirs.
-
David Runge authored
poetry.lock: Update poetry lock file after adding vulture.
-
David Runge authored
pyproject.toml: Add vulture to dev dependencies to allow checking for dead code.
-