Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulugruntz committed Dec 3, 2023
1 parent 70a50f9 commit cc61ad4
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 @@ -114,7 +114,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') && matrix.python-version >= '3.8' }}
run: mypy

- name: Lint with flake8
Expand Down

0 comments on commit cc61ad4

Please sign in to comment.