Add a stricter config pass for pyright (#5612)

This commit is contained in:
Jake Bailey
2021-06-10 11:10:12 -07:00
committed by GitHub
parent cb76f32826
commit c4dc935b3f
5 changed files with 112 additions and 5 deletions
+1 -1
View File
@@ -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).