mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Exclude abstract methods
This commit is contained in:
parent
e614bbfe50
commit
112a5a4813
|
@ -11,6 +11,7 @@ exclude_also =
|
|||
# Don't complain about compatibility code for missing optional dependencies
|
||||
except ImportError
|
||||
if TYPE_CHECKING:
|
||||
@abc.abstractmethod
|
||||
|
||||
[run]
|
||||
omit =
|
||||
|
|
Loading…
Reference in New Issue
Block a user