From c630498168dbfd639bcf8578a4328e2afae31293 Mon Sep 17 00:00:00 2001 From: brian Date: Sat, 16 Nov 2024 19:46:18 +0000 Subject: [PATCH] vulture ignore test folders --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0da6fde..12c3384 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,4 +58,4 @@ repos: rev: 'v2.6' hooks: - id: vulture - entry: vulture . --min-confidence 90 --exclude */.venv/*.py + entry: vulture . --min-confidence 90 --exclude */.venv/*.py,*/tests/*.py