We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
if TYPE_CHECKING
...
1 parent 092286c commit 87a1839Copy full SHA for 87a1839
.coveragerc
@@ -1,3 +1,9 @@
1
[run]
2
branch = True
3
omit = */flycheck_*
4
+
5
+[report]
6
+precision = 2
7
+exclude_lines =
8
+ if TYPE_CHECKING
9
+ \s*\.\.\.$
0 commit comments