From b55d916e13ee1c5d388ffc73279bc281aaf386d4 Mon Sep 17 00:00:00 2001 From: nabeya11 Date: Thu, 25 Jul 2024 16:30:05 +0900 Subject: [PATCH] Revert "Revert "Revert "use mypy==0.981 (#32)""" This reverts commit c4265f3fb3e764a880c74b59755f977218f94534. --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 7fd22cc..80f72b9 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -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 }}