We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754b44d commit 6e55b79Copy full SHA for 6e55b79
1 file changed
.github/workflows/lint_python.yml
@@ -37,4 +37,5 @@ jobs:
37
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
38
- run: make test
39
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
40
- - run: safety check
+ - if: matrix.python != '3.7'
41
+ run: safety check
0 commit comments