diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0da6fde..12c3384 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,4 +58,4 @@ repos: rev: 'v2.6' hooks: - id: vulture - entry: vulture . --min-confidence 90 --exclude */.venv/*.py + entry: vulture . --min-confidence 90 --exclude */.venv/*.py,*/tests/*.py