Skip to content

Commit

Permalink
don't complain about missing type checking imports and NotImplemented…
Browse files Browse the repository at this point in the history
…Error
  • Loading branch information
farmio committed Dec 9, 2020
1 parent 4bcb1b2 commit a64dd0a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ omit =

[report]
precision = 2
# Regexes for lines to exclude from consideration
exclude_lines =
# Don't complain about type checking imports:
if TYPE_CHECKING:

# Don't complain if tests don't hit defensive assertion code:
raise NotImplementedError

0 comments on commit a64dd0a

Please sign in to comment.