Skip to content

Commit 35f3a8e

Browse files
committed
1 parent abc43cd commit 35f3a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ commands =
2828
isort --check-only --diff --skip migrations myapp oauth
2929
python manage.py check
3030
bandit --recursive myapp oauth
31-
safety check --ignore 67599 --full-report
31+
safety check --ignore 67599,70612 --full-report
3232
coverage erase
3333
coverage run --source='{toxinidir}/myapp' manage.py test
3434
coverage html

0 commit comments

Comments
 (0)