Skip to content

Commit

Permalink
Merge pull request #1918 from freedomofpress/no-bandit-on-venv
Browse files Browse the repository at this point in the history
Exclude root project .venv from bandit
  • Loading branch information
legoktm authored Mar 15, 2024
2 parents 4aed67a + 1b788f7 commit 802d81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ safety = "*"
shellcheck-py = "*"

[tool.bandit]
exclude_dirs = ["client/tests", "export/tests", "log/tests", "proxy/tests"]
exclude_dirs = ["client/tests", "export/tests", "log/tests", "proxy/tests", ".venv/"]

[tool.black]
line-length = 100
Expand Down

0 comments on commit 802d81f

Please sign in to comment.