Skip to content

Commit

Permalink
Don't complain about compatibility code for missing optional dependen…
Browse files Browse the repository at this point in the history
…cies
  • Loading branch information
hugovk authored Dec 31, 2023
1 parent 9475c46 commit b7d64ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ exclude_also =
def create_lut():
# Don't complain about debug code
if DEBUG:
# Don't complain about compatibility code
class TypeGuard:
# Don't complain about compatibility code for missing optional dependencies
except ImportError

[run]
omit =
Expand Down

0 comments on commit b7d64ac

Please sign in to comment.