Skip to content

Commit

Permalink
ignore 70612 safety vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
bulya committed Oct 23, 2024
1 parent f3f8502 commit 23a92bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_slug }}/api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ collectstatic:
check:
ruff format . --check \
&& ruff check . \
&& safety check \
&& safety check --ignore=70612 \
&& make check-migrations \

check-fix:
Expand Down

0 comments on commit 23a92bf

Please sign in to comment.