Skip to content

Commit

Permalink
Revert "Revert "use mypy==0.981 (#32)""
Browse files Browse the repository at this point in the history
This reverts commit 25210cc.
  • Loading branch information
nabeya11 committed Jul 25, 2024
1 parent f0a9cd2 commit c4265f3
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==1.11.0
run: pip install --disable-pip-version-check mypy==0.981
- name: Run mypy
id: check
continue-on-error: ${{ inputs.continue-on-error }}
Expand Down

0 comments on commit c4265f3

Please sign in to comment.