diff --git a/{{ cookiecutter.project_slug }}/api/Makefile b/{{ cookiecutter.project_slug }}/api/Makefile index 16511fe..af29c80 100644 --- a/{{ cookiecutter.project_slug }}/api/Makefile +++ b/{{ cookiecutter.project_slug }}/api/Makefile @@ -21,7 +21,7 @@ collectstatic: check: ruff format . --check \ && ruff check . \ - && safety check \ + && safety check --ignore=70612 \ && make check-migrations \ check-fix: