mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 15:02:11 +03:00
Python 3.12 removed `distutils`. `distutils` from `setuptools` work fine, but have not typing stubs: https://github.com/python/typeshed/issues/10255
29 lines
444 B
INI
29 lines
444 B
INI
[mypy]
|
|
|
|
[mypy-py.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-deltachat.capi.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-pluggy.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-cffi.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-imapclient.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-pytest.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-_pytest.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-imap_tools.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-distutils.*]
|
|
ignore_missing_imports = True
|