Skip to content

Commit 1fa9930

Browse files
committed
chore: Update bandit config
1 parent ea3c409 commit 1fa9930

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ warn_unreachable = true
125125
allow_untyped_globals = false
126126
strict_equality = true
127127

128+
[tool.bandit]
129+
skips: ["B104", "B404", "B603"]
130+
128131
[tool.black]
129132
line-length = 88
130133
target-version = ["py312"]

0 commit comments

Comments
 (0)