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 5a2add2 commit 0575cc5Copy full SHA for 0575cc5
setup.cfg
@@ -73,7 +73,7 @@ testing =
73
# for tools/finalize.py
74
jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin"
75
pytest-home >= 0.5
76
- mypy==1.9
+ mypy==1.9 # pin mypy version so a new version doesn't suddenly cause the CI to fail
77
# No Python 3.11 dependencies require tomli, but needed for type-checking since we import it directly
78
tomli
79
# No Python 3.12 dependencies require importlib_metadata, but needed for type-checking since we import it directly
0 commit comments