We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c21bd commit 3f94a9eCopy full SHA for 3f94a9e
.github/workflows/lint_python.yml
@@ -14,6 +14,6 @@ jobs:
14
- run: isort --profile black .
15
- run: tox
16
- run: pip install -e .
17
- - run: pytest . || true
+ - run: pytest .
18
- run: pytest --doctest-modules . || true
19
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
0 commit comments