Skip to content

Commit 8a6bdd1

Browse files
authored
Update Makefile
1 parent 0726b8a commit 8a6bdd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ unit:
1313
package:
1414
poetry check
1515
poetry run pip check
16-
poetry run safety check --full-report
16+
poetry run safety check --full-report --ignore=51457
1717

1818
.PHONY: test
1919
test: lint unit package

0 commit comments

Comments
 (0)