Skip to content

Commit b0f7f06

Browse files
Merge pull request #2357 from VWS-Python/rm-eggs
Remove no-longer-needed handling of .eggs directory in Vulture
2 parents 1302379 + f026fbc commit b0f7f06

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)