Skip to content

Commit 112a5a4

Browse files
committed
Exclude abstract methods
1 parent e614bbf commit 112a5a4

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
@@ -11,6 +11,7 @@ exclude_also =
1111
# Don't complain about compatibility code for missing optional dependencies
1212
except ImportError
1313
if TYPE_CHECKING:
14+
@abc.abstractmethod
1415

1516
[run]
1617
omit =

0 commit comments

Comments
 (0)