File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ cache_fine_grained = True
4141# ```
4242# Changing this codegen to make mypy happy would increase complexity
4343# and would not be worth it.
44- disable_error_code = func-returns-value
44+ disable_error_code = func-returns-value,overload-cannot-match
4545
4646# https://github.com/python/mypy/issues/12162
4747[mypy.overrides]
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ markdown-it-py==3.0.0
4949 # via rich
5050mdurl==0.1.2
5151 # via markdown-it-py
52- mypy==1.13.0
52+ mypy==1.14.1
5353mypy-extensions==1.0.0
5454 # via mypy
5555nest-asyncio==1.6.0
@@ -69,7 +69,7 @@ pydantic-core==2.27.1
6969 # via pydantic
7070pygments==2.18.0
7171 # via rich
72- pyright==1.1.390
72+ pyright==1.1.391
7373pytest==8.3.3
7474 # via pytest-asyncio
7575pytest-asyncio==0.24.0
You can’t perform that action at this time.
0 commit comments