Skip to content

Commit

Permalink
TST: Exclude typechecking branch from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Feb 12, 2024
1 parent f4dddf8 commit 8a20f5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ exclude_also = [
"^def test_",
"if __name__ == .__main__.:",
"while k < float\\('inf'\\):",
"if TYPE_CHECKING:",
"if typing.TYPE_CHECKING:",
"except ImportError:",
"except PackageNotFoundError:",
Expand Down

0 comments on commit 8a20f5f

Please sign in to comment.