We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a3cf0 commit 69abe56Copy full SHA for 69abe56
pyrightconfig.json
@@ -44,7 +44,7 @@
44
"reportPropertyTypeMismatch": "error",
45
"reportSelfClsParameterName": "error",
46
// Overlapping overloads cannot be enabled at this time because
47
- // of the "factions.Fraction.__pow__" method and "tasks.gather" function.
+ // of the "fractions.Fraction.__pow__" method and "tasks.gather" function.
48
// Mypy's overlapping overload logic misses these issues (see mypy
49
// issue #10143 and #10157).
50
"reportOverlappingOverload": "none",
0 commit comments