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 @@ -44,7 +44,7 @@ cache_fine_grained = True
4444# ```
4545# Changing this codegen to make mypy happy would increase complexity
4646# and would not be worth it.
47- disable_error_code = func-returns-value
47+ disable_error_code = func-returns-value,overload-cannot-match
4848
4949# https://github.com/python/mypy/issues/12162
5050[mypy.overrides]
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ msal==1.31.0
8383 # via msal-extensions
8484msal-extensions==1.2.0
8585 # via azure-identity
86- mypy==1.13.0
86+ mypy==1.14.1
8787mypy-extensions==1.0.0
8888 # via black
8989 # via mypy
@@ -124,7 +124,7 @@ pygments==2.18.0
124124 # via rich
125125pyjwt==2.8.0
126126 # via msal
127- pyright==1.1.390
127+ pyright==1.1.391
128128pytest==8.3.3
129129 # via pytest-asyncio
130130pytest-asyncio==0.24.0
You can’t perform that action at this time.
0 commit comments