Skip to content

Commit

Permalink
chore(ci): drop mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Dec 19, 2022
1 parent 09354a2 commit a7f7f40
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ jobs:
- name: Lint with flake8
if: matrix.python-version == '3.9'
run: flake8 *.py --count --max-complexity=18 --max-line-length=88 --show-source --statistics
- name: Lint with mypy
if: matrix.python-version == '3.9'
run: |
mkdir --parents --verbose .mypy_cache
mypy --ignore-missing-imports --install-types --non-interactive *.py || true
# tests and coverage
- name: Test
run: pytest run_tests.py --cov --cov-report term-missing
Expand Down

0 comments on commit a7f7f40

Please sign in to comment.