Skip to content

Commit

Permalink
Exclude type checking from coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Aug 1, 2023
1 parent 6132f37 commit b7779ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,6 @@ exclude_lines = [
"pragma: no cover",
"raise AssertionError",
"raise NotImplementedError",
"input"
"input",
"if TYPE_CHECKING:"
]

0 comments on commit b7779ad

Please sign in to comment.