We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de6411 commit 25ca0eaCopy full SHA for 25ca0ea
.github/workflows/lint.yml
@@ -62,7 +62,7 @@ jobs:
62
python -m pip install --upgrade pip
63
python -m pip install ".[lint]"
64
- name: Type check with mypy
65
- run: mypy --warn-redundant-casts --warn-unused-ignores breathe tests
+ run: mypy --warn-redundant-casts --warn-unused-ignores --python-version 3.9 breathe tests
66
67
twine:
68
runs-on: ubuntu-latest
Makefile
@@ -44,4 +44,4 @@ black:
44
45
.PHONY: type-check
46
type-check:
47
- mypy --warn-redundant-casts --warn-unused-ignores breathe tests
+ mypy --warn-redundant-casts --warn-unused-ignores --python-version 3.9 breathe tests
0 commit comments