We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ec301 commit a7d5d84Copy full SHA for a7d5d84
1 file changed
.coveragerc
@@ -23,3 +23,6 @@ exclude_lines =
23
if __name__ == .__main__.:
24
if typing.TYPE_CHECKING:
25
if types.TYPE_CHECKING:
26
+ @overload
27
+ @types.overload
28
+ @typing.overload
0 commit comments