File tree 2 files changed +3
-7
lines changed 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 43
43
"reportInvalidTypeVarUse" : " error" ,
44
44
"reportPropertyTypeMismatch" : " error" ,
45
45
"reportSelfClsParameterName" : " error" ,
46
+ "reportUnsupportedDunderAll" : " error" ,
46
47
// Overlapping overloads cannot be enabled at this time because
47
48
// of the "fractions.Fraction.__pow__" method and "tasks.gather" function.
48
49
// Mypy's overlapping overload logic misses these issues (see mypy
49
50
// issue #10143 and #10157).
50
51
"reportOverlappingOverload" : " none" ,
51
- // Several stubs refer to symbols in __all__ that are conditionally
52
- // declared based on platform or version checks.
53
- "reportUnsupportedDunderAll" : " none" ,
54
52
}
Original file line number Diff line number Diff line change 111
111
"reportInvalidTypeVarUse" : " error" ,
112
112
"reportPropertyTypeMismatch" : " error" ,
113
113
"reportSelfClsParameterName" : " error" ,
114
+ "reportUnsupportedDunderAll" : " error" ,
114
115
// Overlapping overloads cannot be enabled at this time because
115
- // of the "factions .Fraction.__pow__" method and "tasks.gather" function.
116
+ // of the "fractions .Fraction.__pow__" method and "tasks.gather" function.
116
117
// Mypy's overlapping overload logic misses these issues (see mypy
117
118
// issue #10143 and #10157).
118
119
"reportOverlappingOverload" : " none" ,
119
- // Several stubs refer to symbols in __all__ that are conditionally
120
- // declared based on platform or version checks.
121
- "reportUnsupportedDunderAll" : " none" ,
122
120
}
You can’t perform that action at this time.
0 commit comments