Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
n2ygk committed Jun 7, 2024
1 parent abc43cd commit 35f3a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ commands =
isort --check-only --diff --skip migrations myapp oauth
python manage.py check
bandit --recursive myapp oauth
safety check --ignore 67599 --full-report
safety check --ignore 67599,70612 --full-report
coverage erase
coverage run --source='{toxinidir}/myapp' manage.py test
coverage html
Expand Down

0 comments on commit 35f3a8e

Please sign in to comment.