diff --git a/pyproject.toml b/pyproject.toml index 621af12..e5c54b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,6 @@ skip_empty = true show_missing = true [tool.bandit] -exclude_dirs = ["tests", "alembic", "scripts"] +exclude_dirs = ["alembic", "scripts"] skips = ["B101", "B601"] # B101: assert_used, B601: shell_injection (may be false positives)