commit: d32f633cbc5c09898e5bf6c259689e45d0752886 Author: Brian Harring <ferringb <AT> gmail <DOT> com> AuthorDate: Wed Jan 21 18:52:18 2026 +0000 Commit: Brian Harring <ferringb <AT> gmail <DOT> com> CommitDate: Wed Jan 21 19:00:34 2026 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=d32f633c
add vulture configuration Signed-off-by: Brian Harring <ferringb <AT> gmail.com> pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a4856f2..2cbd722 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,3 +80,7 @@ line-length = 100 minversion = "6.0" addopts = "-vv -ra -l" testpaths = ["tests"] + +[tool.vulture] +paths = ["src/pkgdev/"] +
