Skip to content

Commit f5d9ed6

Browse files
committed
Remove requirement to have 100% confidence that code is dead to report it
1 parent b0f7f06 commit f5d9ed6

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
104+
entry: python -m vulture
105105
language: system
106106
types_or: [python]
107107

0 commit comments

Comments
 (0)