Skip to content

Commit 9e1aaf1

Browse files
bandit: exclude scripts/ and contrib/loadtesting/
1 parent 59fc2cb commit 9e1aaf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ unfixable = []
149149
"src/moin/datastructures/__init__.py" = ["F401"]
150150

151151
[tool.bandit]
152-
exclude_dirs = ["quickinstall.py", "*/_tests/*", "*/_ui_tests/*"]
152+
exclude_dirs = ["quickinstall.py", "*/_tests/*", "*/_ui_tests/*", "scripts", "contrib/loadtesting"]
153153
skips = ["B101", "B105", "B106", "B307", "B311", "B403", "B608"]
154154

155155
# tox configuration - if you change anything here, run this to verify:

0 commit comments

Comments
 (0)