File tree 2 files changed +3
-3
lines changed
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
41
41
# ```
42
42
# Changing this codegen to make mypy happy would increase complexity
43
43
# and would not be worth it.
44
- disable_error_code = func-returns-value
44
+ disable_error_code = func-returns-value,overload-cannot-match
45
45
46
46
# https://github.com/python/mypy/issues/12162
47
47
[mypy.overrides]
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ markdown-it-py==3.0.0
48
48
# via rich
49
49
mdurl==0.1.2
50
50
# via markdown-it-py
51
- mypy==1.13.0
51
+ mypy==1.14.1
52
52
mypy-extensions==1.0.0
53
53
# via mypy
54
54
nest-asyncio==1.6.0
@@ -68,7 +68,7 @@ pydantic-core==2.27.1
68
68
# via pydantic
69
69
pygments==2.18.0
70
70
# via rich
71
- pyright==1.1.390
71
+ pyright==1.1.391
72
72
pytest==8.3.3
73
73
# via pytest-asyncio
74
74
pytest-asyncio==0.24.0
You can’t perform that action at this time.
0 commit comments