mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 07:32:12 +03:00
ci(mypy): ignore distutils
Python 3.12 removed `distutils`. `distutils` from `setuptools` work fine, but have not typing stubs: https://github.com/python/typeshed/issues/10255
This commit is contained in:
@@ -24,3 +24,5 @@ ignore_missing_imports = True
|
||||
[mypy-imap_tools.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-distutils.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
Reference in New Issue
Block a user