There was an error while loading. Please reload this page.
1 parent 8f8bd0d commit fdab461Copy full SHA for fdab461
1 file changed
pyproject.toml
@@ -88,6 +88,10 @@ skip-checking-raises = true
88
paths = ["hbw"]
89
min_confidence = 80
90
91
+[tool.deptry]
92
+extend_exclude = ["examples", "ms"]
93
+ignore = ["DEP002"]
94
+
95
[tool.pytest.ini_options]
96
testpaths = ["tests"]
97
0 commit comments