Skip to content

Commit

Permalink
🔒 bandit
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Oct 10, 2023
1 parent f644595 commit 2be75dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ omit = [

[tool.bandit]
exclude_dirs = ["tests","docs"]

[tool.bandit.assert_used]
skips = ["*_test.py", "test_*.py"]
skips = ["B101"]

[tool.semantic_release]
upload_to_vcs_release = true
Expand Down

0 comments on commit 2be75dc

Please sign in to comment.