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 3aba4d4 commit e7575aeCopy full SHA for e7575ae
pyproject.toml
@@ -62,7 +62,7 @@ test = [
62
# pin mypy version so a new version doesn't suddenly cause the CI to fail,
63
# until types-setuptools is removed from typeshed.
64
# For help with static-typing issues, or mypy update, ping @Avasam
65
- "mypy==1.11",
+ "mypy==1.11.*",
66
# No Python 3.11 dependencies require tomli, but needed for type-checking since we import it directly
67
"tomli",
68
# No Python 3.12 dependencies require importlib_metadata, but needed for type-checking since we import it directly
0 commit comments