We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71889c commit 600ffccCopy full SHA for 600ffcc
justfile
@@ -73,4 +73,5 @@ check-unused:
73
# - 100 %: function/method/class argument, unreachable code
74
# - 90 %: import
75
# - 60 %: attribute, class, function, method, property, variable
76
- uv run vulture src/ tests/
+ # There are some things should be ignored though, with the allowlist.
77
+ uv run vulture src/ tests/ **/vulture-allowlist.py
0 commit comments