Skip to content

Commit f026fbc

Browse files
committed
Remove no-longer-needed handling of .eggs directory in Vulture
1 parent 1302379 commit f026fbc

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
@@ -101,7 +101,7 @@ repos:
101101

102102
- id: vulture
103103
name: vulture
104-
entry: python -m vulture --min-confidence 100 --exclude .eggs
104+
entry: python -m vulture --min-confidence 100
105105
language: system
106106
types_or: [python]
107107

0 commit comments

Comments
 (0)