From 90bf5009aead74ea501892e4e01e78cf64e9903e Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Wed, 21 May 2025 15:51:55 +0200 Subject: [PATCH] build: :recycle: add allowlist to vulture recipe --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 24b6613..c0aba8e 100644 --- a/justfile +++ b/justfile @@ -73,4 +73,5 @@ check-unused: # - 100 %: function/method/class argument, unreachable code # - 90 %: import # - 60 %: attribute, class, function, method, property, variable - uv run vulture src/ tests/ + # There are some things should be ignored though, with the allowlist. + uv run vulture src/ tests/ **/vulture-allowlist.py