Skip to content

Commit 802d81f

Browse files
authored
Merge pull request #1918 from freedomofpress/no-bandit-on-venv
Exclude root project .venv from bandit
2 parents 4aed67a + 1b788f7 commit 802d81f

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
@@ -16,7 +16,7 @@ safety = "*"
1616
shellcheck-py = "*"
1717

1818
[tool.bandit]
19-
exclude_dirs = ["client/tests", "export/tests", "log/tests", "proxy/tests"]
19+
exclude_dirs = ["client/tests", "export/tests", "log/tests", "proxy/tests", ".venv/"]
2020

2121
[tool.black]
2222
line-length = 100

0 commit comments

Comments
 (0)