Skip to content

Commit

Permalink
update bandit allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
semuadmin committed Nov 7, 2024
1 parent 52417b9 commit 6babc7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,12 @@ profile = "black"
exclude_dirs = ["docs", "examples", "tests"]
skips = [
"B104",
"B311",
"B318",
"B404",
"B408",
"B603",
] # bind 0.0.0.0; minidom; subroutine
] # bind 0.0.0.0; randrange; minidom; subroutine

[tool.pylint]
jobs = 0
Expand Down

0 comments on commit 6babc7a

Please sign in to comment.