diff --git a/pyproject.toml b/pyproject.toml index 58cbf33..670986c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev = [ [tool.bandit] -exclude_dirs = ["venv", "django_project/tests"] +exclude_dirs = ["venv", "django_project/tests", "django_project/main_app/management/commands"] [tool.black]