Skip to content

Commit

Permalink
Merge pull request #729 from VWS-Python/rm-eggs
Browse files Browse the repository at this point in the history
Remove no-longer-needed handling of .eggs directory in Vulture
  • Loading branch information
adamtheturtle committed Sep 17, 2024
2 parents f5140a8 + 3485e2a commit ba110e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit ba110e0

Please sign in to comment.