Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored and postlund committed Oct 16, 2023
1 parent ec1191a commit b90deec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ exclude_lines =
raise AssertionError
raise NotImplementedError
raise exceptions.NotSupportedError

# TYPE_CHECKING and @overload blocks are never executed during pytest run
if TYPE_CHECKING:
@overload

0 comments on commit b90deec

Please sign in to comment.