Skip to content

Commit

Permalink
Revert "use mypy==0.981 (#32)"
Browse files Browse the repository at this point in the history
This reverts commit f84f910.
  • Loading branch information
nabeya11 committed Jul 25, 2024
1 parent f84f910 commit 25210cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
python-version: '3.10'
architecture: x64
- name: Install mypy
run: pip install --disable-pip-version-check mypy==0.981
run: pip install --disable-pip-version-check mypy==1.11.0
- name: Run mypy
id: check
continue-on-error: ${{ inputs.continue-on-error }}
Expand Down

0 comments on commit 25210cc

Please sign in to comment.