Skip to content

Commit d32f633

Browse files
committed
add vulture configuration
Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent 432a0b1 commit d32f633

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,7 @@ line-length = 100
8080
minversion = "6.0"
8181
addopts = "-vv -ra -l"
8282
testpaths = ["tests"]
83+
84+
[tool.vulture]
85+
paths = ["src/pkgdev/"]
86+

0 commit comments

Comments
 (0)