Skip to content

Commit b55d916

Browse files
committed
Revert "Revert "Revert "use mypy==0.981 (#32)"""
This reverts commit c4265f3.
1 parent c4265f3 commit b55d916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
python-version: '3.10'
9797
architecture: x64
9898
- name: Install mypy
99-
run: pip install --disable-pip-version-check mypy==0.981
99+
run: pip install --disable-pip-version-check mypy==1.11.0
100100
- name: Run mypy
101101
id: check
102102
continue-on-error: ${{ inputs.continue-on-error }}

0 commit comments

Comments
 (0)