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 767c7cb commit ca5f313Copy full SHA for ca5f313
1 file changed
.coveragerc
@@ -0,0 +1,7 @@
1
+# .coveragerc to control coverage.py
2
+
3
+[report]
4
+# Regexes for lines to exclude from consideration
5
+exclude_also =
6
+ # Don't complain if non-runnable code isn't run:
7
+ if TYPE_CHECKING:
0 commit comments