Skip to content

Commit 95d4b6c

Browse files
committed
Don't flag asserts in bandit
1 parent 399147a commit 95d4b6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,9 @@ build-backend = "setuptools.build_meta"
7878
[tool.black]
7979
line-length = 99
8080

81+
[tool.bandit]
82+
# Don't flag asserts
83+
skips = ["B101"]
84+
8185
[tool.isort]
8286
profile = "black"

0 commit comments

Comments
 (0)