We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55256b commit 0d7e123Copy full SHA for 0d7e123
.github/workflows/python_checks.yml
@@ -257,7 +257,7 @@ jobs:
257
run: mypy --python-version ${{ matrix.python-version }} ${{ inputs.mypy-packages }}
258
259
- name: Lint with mypy using disallow-untyped-def
260
- if: ${{ (matrix.python-version != env.PRERELEASE || inputs.check-prereleases == 'true') && inputs.mypy-full-packages != '' }}
+ if: ${{ matrix.python-version != "3.13.5" && (matrix.python-version != env.PRERELEASE || inputs.check-prereleases == 'true') && inputs.mypy-full-packages != '' }}
261
run: mypy --python-version ${{ matrix.python-version }} --disallow-untyped-defs ${{ inputs.mypy-full-packages }}
262
263
- name: Lint with flake8
0 commit comments