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 8905e9e commit b45ae86Copy full SHA for b45ae86
.github/workflows/pythonpackage.yml
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Check types with mypy
99
run: |
100
- mypy --python-version="${PYTHON_VERSION%t}"
+ mypy --python-version="${PYTHON_VERSION%t}" # Version only, with no "t" for free-threaded.
101
env:
102
MYPY_FORCE_COLOR: "1"
103
TERM: "xterm-256color" # For color: https://github.com/python/mypy/issues/13817
0 commit comments