We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10c8f5 commit 52ed856Copy full SHA for 52ed856
1 file changed
.github/workflows/lint_python.yml
@@ -19,7 +19,6 @@ jobs:
19
- run: pip install -r requirements.txt || pip install --editable . || true
20
- run: mkdir --parents --verbose .mypy_cache
21
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
22
- - run: pytest . || true
23
- - run: pytest --doctest-modules . || true
+ - run: pytest . || pytest --doctest-modules .
24
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
25
- run: safety check
0 commit comments