We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc37eb commit 9dc2247Copy full SHA for 9dc2247
.coveragerc
@@ -1,2 +1,8 @@
1
[run]
2
include = model_utils/*.py
3
+
4
+[report]
5
+exclude_also =
6
+ # Exclusive to mypy:
7
+ if TYPE_CHECKING:$
8
+ \.\.\.$
0 commit comments