Skip to content

Commit a7f7f40

Browse files
committed
chore(ci): drop mypy
1 parent 09354a2 commit a7f7f40

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/testing.yml

-5
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ jobs:
5858
- name: Lint with flake8
5959
if: matrix.python-version == '3.9'
6060
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
6661
# tests and coverage
6762
- name: Test
6863
run: pytest run_tests.py --cov --cov-report term-missing

0 commit comments

Comments
 (0)