Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki authored Oct 10, 2023
1 parent f372f67 commit ec7eed5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@ omit = [
]

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

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

[tool.semantic_release]
build_command = "pip install poetry && poetry build"
Expand Down

0 comments on commit ec7eed5

Please sign in to comment.