Skip to content

Commit e614bbf

Browse files
committed
Exclude code only for type checking
1 parent 8ef0ffc commit e614bbf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ exclude_also =
1010
if DEBUG:
1111
# Don't complain about compatibility code for missing optional dependencies
1212
except ImportError
13+
if TYPE_CHECKING:
1314

1415
[run]
1516
omit =

0 commit comments

Comments
 (0)