We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3338d8 commit 6ac2672Copy full SHA for 6ac2672
.coveragerc
@@ -0,0 +1,7 @@
1
+[report]
2
+omit =
3
+ __main__.py
4
+exclude_lines =
5
+ pragma: no cover
6
+ # This covers both typing.TYPE_CHECKING and plain TYPE_CHECKING, with any amount of whitespace
7
+ if\s+(typing\.)?TYPE_CHECKING:
0 commit comments