From ec7eed51efc9a7a38528503ee59db5106516ebdf Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:00:34 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e17e4932..9e313a6af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"