commit: cb233b5628fe75595a91536d381ac58ce4e1f15b Author: Brian Harring <ferringb <AT> gmail <DOT> com> AuthorDate: Wed Jan 21 18:44:57 2026 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Wed Jan 21 18:44:57 2026 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=cb233b56
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 9df03530..2273075e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,3 +99,6 @@ ignore = [ minversion = "6.0" addopts = "-vv -ra -l" testpaths = ["tests"] + +[tool.vulture] +paths = ["src/pkgcheck/"]
