mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-17 13:59:45 +08:00
Add a stricter config pass for pyright (#5612)
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@
|
||||
"reportInvalidTypeVarUse": "error",
|
||||
"reportPropertyTypeMismatch": "error",
|
||||
"reportSelfClsParameterName": "error",
|
||||
// Overloapping overloads cannot be enabled at this time because
|
||||
// Overlapping overloads cannot be enabled at this time because
|
||||
// of the "factions.Fraction.__pow__" method and "tasks.gather" function.
|
||||
// Mypy's overlapping overload logic misses these issues (see mypy
|
||||
// issue #10143 and #10157).
|
||||
|
||||
Reference in New Issue
Block a user