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 @@ -44,7 +44,7 @@ cache_fine_grained = True
44
44
# ```
45
45
# Changing this codegen to make mypy happy would increase complexity
46
46
# and would not be worth it.
47
- disable_error_code = func-returns-value
47
+ disable_error_code = func-returns-value,overload-cannot-match
48
48
49
49
# https://github.com/python/mypy/issues/12162
50
50
[mypy.overrides]
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ msal==1.31.0
83
83
# via msal-extensions
84
84
msal-extensions==1.2.0
85
85
# via azure-identity
86
- mypy==1.13.0
86
+ mypy==1.14.1
87
87
mypy-extensions==1.0.0
88
88
# via black
89
89
# via mypy
@@ -124,7 +124,7 @@ pygments==2.18.0
124
124
# via rich
125
125
pyjwt==2.8.0
126
126
# via msal
127
- pyright==1.1.390
127
+ pyright==1.1.391
128
128
pytest==8.3.3
129
129
# via pytest-asyncio
130
130
pytest-asyncio==0.24.0
You can’t perform that action at this time.
0 commit comments