commit:     ce133c773e58baabc98c8d7fc1a840f1b6316fb9
Author:     Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Mon Dec  1 09:53:51 2025 +0000
Commit:     Brian Harring <ferringb <AT> gmail <DOT> com>
CommitDate: Mon Dec  1 09:53:51 2025 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=ce133c77

chore: 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 1097b5a..48ef56f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -49,3 +49,6 @@ exclude = [".github/", ".gitignore", "doc/api/"]
 minversion = "6.0"
 addopts = "-vv -ra -l"
 testpaths = ["tests"]
+
+[tool.vulture]
+paths = ["src/snakeoil/"]

Reply via email to