diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ac8e12..6efa106 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -71,7 +71,7 @@ repos: - id: vulture name: vulture - entry: python -m vulture --min-confidence 100 --exclude .eggs + entry: python -m vulture --min-confidence 100 language: system types_or: [python]