Skip to content

Commit

Permalink
Assume if TYPE_CHECKING is covered (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvervloesem committed Jun 17, 2023
1 parent cd6513e commit b8742d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ exclude_lines =
# Don't complain if non-runnable code isn't run:
if 0:
if __name__ == .__main__.:

# Assume if TYPE_CHECKING is covered
if TYPE_CHECKING:

0 comments on commit b8742d5

Please sign in to comment.