We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbfa89a commit 0c2ee90Copy full SHA for 0c2ee90
.coveragerc
@@ -8,6 +8,7 @@ exclude_lines =
8
pragma: no cover
9
raise NotImplementedError
10
if __name__ == .__main__.:
11
+ if TYPE_CHECKING:
12
ignore_errors = True
13
omit =
14
docs/*
0 commit comments