We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767bfc2 commit 0e41b8cCopy full SHA for 0e41b8c
pyproject.toml
@@ -53,3 +53,6 @@ exclude = [
53
54
[tool.coverage.report]
55
exclude_also = ["if TYPE_CHECKING:", "assert_never\\("]
56
+
57
+[tool.bandit.assert_used]
58
+skips = ['tests/']
0 commit comments