Skip to content

Commit

Permalink
Revert "Revert "Revert "use mypy==0.981 (#32)"""
Browse files Browse the repository at this point in the history
This reverts commit c4265f3.
  • Loading branch information
nabeya11 committed Jul 25, 2024
1 parent c4265f3 commit b55d916
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 b55d916

Please sign in to comment.