Skip to content

Commit

Permalink
Don't flag asserts in bandit
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Apr 21, 2024
1 parent 399147a commit 95d4b6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,9 @@ build-backend = "setuptools.build_meta"
[tool.black]
line-length = 99

[tool.bandit]
# Don't flag asserts
skips = ["B101"]

[tool.isort]
profile = "black"

0 comments on commit 95d4b6c

Please sign in to comment.