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 b8b18fa commit df5974cCopy full SHA for df5974c
pyproject.toml
@@ -56,7 +56,7 @@ filterwarnings = [
56
]
57
58
[tool.bandit]
59
-exclude_dirs = ["tests"]
+exclude_dirs = ["tests", "node_modules"]
60
61
[tool.coverage.run]
62
branch = true
0 commit comments