Skip to content

Commit

Permalink
Pin mypy for regression in v1.12. (#484)
Browse files Browse the repository at this point in the history
See issue: python/mypy#17960
Fixed in master: python/mypy#17355 after last release v1.3.0.
  • Loading branch information
carltongibson authored Dec 8, 2024
1 parent a5571ff commit abc69a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ zip_safe = false
tests =
pytest
pytest-asyncio
mypy>=0.800
# Pending release of https://github.com/python/mypy/pull/17355
# Likely in v1.13.1+, when pip can be removed.
mypy~=1.11.0

[tool:pytest]
testpaths = tests
Expand Down

0 comments on commit abc69a0

Please sign in to comment.