We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09354a2 commit a7f7f40Copy full SHA for a7f7f40
.github/workflows/testing.yml
@@ -58,11 +58,6 @@ jobs:
58
- name: Lint with flake8
59
if: matrix.python-version == '3.9'
60
run: flake8 *.py --count --max-complexity=18 --max-line-length=88 --show-source --statistics
61
- - name: Lint with mypy
62
- if: matrix.python-version == '3.9'
63
- run: |
64
- mkdir --parents --verbose .mypy_cache
65
- mypy --ignore-missing-imports --install-types --non-interactive *.py || true
66
# tests and coverage
67
- name: Test
68
run: pytest run_tests.py --cov --cov-report term-missing
0 commit comments