diff --git a/pyproject.toml b/pyproject.toml index f9c3e73..47c2c7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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