Christian Clauss
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/lint_python.yml
|
|
@ -11,7 +11,7 @@ jobs: |
|
|
- run: black --check . || true |
|
|
- run: black --check . || true |
|
|
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics |
|
|
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics |
|
|
- run: isort --check-only --profile black . || true |
|
|
- run: isort --check-only --profile black . || true |
|
|
- run: pip install -r requirements.txt -r requirements-nfse.txt |
|
|
|
|
|
|
|
|
- run: pip install sphinx_rtd_theme tornado -r requirements.txt -r requirements-nfse.txt |
|
|
- run: python ./test.py || true |
|
|
- run: python ./test.py || true |
|
|
- run: mypy --ignore-missing-imports . || true |
|
|
- run: mypy --ignore-missing-imports . || true |
|
|
- run: pytest . || true |
|
|
- run: pytest . || true |
|
|
|