Skip to content

Commit

Permalink
ci: Run mypy on all CPython versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulugruntz committed Dec 5, 2023
1 parent 39fb412 commit 6084170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
run: black --check .

- name: Check with mypy
if: ${{ !startsWith(matrix.python-version, 'pypy') && matrix.python-version >= '3.7' }}
if: ${{ !startsWith(matrix.python-version, 'pypy') }}
run: mypy

- name: Lint with flake8
Expand Down

0 comments on commit 6084170

Please sign in to comment.