safety check || true

This commit is contained in:
Christian Clauss 2021-10-22 02:38:16 +02:00 committed by GitHub
parent 5327f3b809
commit b8fb105475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,4 +27,4 @@ jobs:
- run: pytest . || true
- run: pytest --doctest-modules . || true
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
- run: safety check
- run: safety check || true