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.
TYPE_CHECKING
1 parent d6e0ea4 commit 03ea2e1Copy full SHA for 03ea2e1
.coveragerc
@@ -0,0 +1,3 @@
1
+[report]
2
+exclude_also =
3
+ if TYPE_CHECKING:
MANIFEST.in
@@ -12,3 +12,4 @@ recursive-include docs *.py
12
recursive-include docs *.rst
13
recursive-include docs Makefile
14
exclude .readthedocs.yaml
15
+exclude .coveragerc
0 commit comments