We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.coveragerc
exclude_also
1 parent 06acfd2 commit dd30b76Copy full SHA for dd30b76
.coveragerc
@@ -8,6 +8,8 @@ disable_warnings =
8
[report]
9
show_missing = True
10
exclude_also =
11
- # jaraco/skeleton#97
12
- @overload
+ # Exclude common false positives per
+ # https://coverage.readthedocs.io/en/latest/excluding.html#advanced-exclusion
13
+ # Ref jaraco/skeleton#97 and jaraco/skeleton#135
14
+ class .*\bProtocol\):
15
if TYPE_CHECKING:
0 commit comments