Skip to content

Commit

Permalink
Ignore coverage in TYPE_CHECKING statements
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Dec 2, 2022
1 parent 2b48015 commit 5035aaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ omit =
tests/*
exclude_lines =
pragma: no cover
if TYPE_CHECKING:
show_missing = 1

[isort]
Expand Down

0 comments on commit 5035aaa

Please sign in to comment.