We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef0ffc commit e614bbfCopy full SHA for e614bbf
1 file changed
.coveragerc
@@ -10,6 +10,7 @@ exclude_also =
10
if DEBUG:
11
# Don't complain about compatibility code for missing optional dependencies
12
except ImportError
13
+ if TYPE_CHECKING:
14
15
[run]
16
omit =
0 commit comments