Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-joyce-zhao committed May 21, 2024
1 parent e43f069 commit 53508af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ mypy:
.PHONY: check-safety
check-safety:
poetry check
# TODO remove numpy ignore flag when fixed
poetry run safety check --full-report -i 44715 -i 51668
# TODO remove pip ignore flag when fixed
poetry run safety check --full-report -i 62044 -i 67599
poetry run bandit -ll --recursive domino_data tests

.PHONY: lint
Expand Down

0 comments on commit 53508af

Please sign in to comment.