File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 "reportInvalidTypeVarUse" : " error" ,
4444 "reportPropertyTypeMismatch" : " error" ,
4545 "reportSelfClsParameterName" : " error" ,
46+ "reportUnsupportedDunderAll" : " error" ,
4647 // Overlapping overloads cannot be enabled at this time because
4748 // of the "fractions.Fraction.__pow__" method and "tasks.gather" function.
4849 // Mypy's overlapping overload logic misses these issues (see mypy
4950 // issue #10143 and #10157).
5051 "reportOverlappingOverload" : " none" ,
51- // Several stubs refer to symbols in __all__ that are conditionally
52- // declared based on platform or version checks.
53- "reportUnsupportedDunderAll" : " none" ,
5452}
Original file line number Diff line number Diff line change 111111 "reportInvalidTypeVarUse" : " error" ,
112112 "reportPropertyTypeMismatch" : " error" ,
113113 "reportSelfClsParameterName" : " error" ,
114+ "reportUnsupportedDunderAll" : " error" ,
114115 // 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.
116117 // Mypy's overlapping overload logic misses these issues (see mypy
117118 // issue #10143 and #10157).
118119 "reportOverlappingOverload" : " none" ,
119- // Several stubs refer to symbols in __all__ that are conditionally
120- // declared based on platform or version checks.
121- "reportUnsupportedDunderAll" : " none" ,
122120}
You can’t perform that action at this time.
0 commit comments