mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-23 04:11:28 +08:00
pyrightconfig.json: correct typo in comment (#7355)
Typeshed has no factions, only fractions :)
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
"reportPropertyTypeMismatch": "error",
|
||||
"reportSelfClsParameterName": "error",
|
||||
// Overlapping overloads cannot be enabled at this time because
|
||||
// of the "factions.Fraction.__pow__" method and "tasks.gather" function.
|
||||
// of the "fractions.Fraction.__pow__" method and "tasks.gather" function.
|
||||
// Mypy's overlapping overload logic misses these issues (see mypy
|
||||
// issue #10143 and #10157).
|
||||
"reportOverlappingOverload": "none",
|
||||
|
||||
Reference in New Issue
Block a user