We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e639af4 commit d27ffb3Copy full SHA for d27ffb3
.github/workflows/lint_python.yml
@@ -38,4 +38,5 @@ jobs:
38
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
39
- run: pytest . || pytest --doctest-modules . || true
40
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
41
- - run: safety check
+ # Remove pyup commercial checker
42
+ # - run: safety check
0 commit comments