Skip to content

Commit b702bf5

Browse files
committed
Remove no-longer-needed handling of .eggs directory in Vulture
1 parent 2ea9dde commit b702bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ repos:
8888

8989
- id: vulture
9090
name: vulture
91-
entry: python -m vulture --min-confidence 100 --exclude .eggs
91+
entry: python -m vulture --min-confidence 100
9292
language: system
9393
types_or: [python]
9494

0 commit comments

Comments
 (0)