commit: 1a1193d483f26b9c7e073c85d47c9118d3bef717
Author: Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Sat Jan 10 19:26:44 2026 +0000
Commit: Brian Harring <ferringb <AT> gmail <DOT> com>
CommitDate: Wed Jan 21 18:09:45 2026 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=1a1193d4
add vulture configuration
Signed-off-by: Brian Harring <ferringb <AT> gmail.com>
pyproject.toml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pyproject.toml b/pyproject.toml
index f3cd9df1..e2c66e52 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -98,3 +98,6 @@ extend-select = ["I"]
ignore = [
"E741", # ambiguous variable name
]
+
+[tool.vulture]
+paths = ["src/pkgcore"]