Skip to content

Commit

Permalink
remove safety ignore 67599 (pip)
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Jun 13, 2024
1 parent 78b983b commit 3c7d509
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,8 @@ tasks:
<<: *preparation
cmds:
# ignore 51358 safety - dev dependency only
# ignore 67599 pip - dev dependency only
# ignore 70612 pip - dev dependency only
- poetry run safety check -i 51358 -i 67599 -i 70612
# ignore 70612 jinja2 - dev dependency only
- poetry run safety check -i 51358 -i 70612

check:ruff:
desc: Complain about everything else
Expand Down

0 comments on commit 3c7d509

Please sign in to comment.