mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
python bindings: ignore mypy errors for imap_tools
This commit is contained in:
@@ -6,3 +6,6 @@ build-backend = "setuptools.build_meta"
|
|||||||
root = ".."
|
root = ".."
|
||||||
tag_regex = '^(?P<prefix>py-)?(?P<version>[^\+]+)(?P<suffix>.*)?$'
|
tag_regex = '^(?P<prefix>py-)?(?P<version>[^\+]+)(?P<suffix>.*)?$'
|
||||||
git_describe_command = "git describe --dirty --tags --long --match py-*.*"
|
git_describe_command = "git describe --dirty --tags --long --match py-*.*"
|
||||||
|
|
||||||
|
[mypy-imap_tools]
|
||||||
|
ignore_missing_imports = true
|
||||||
|
|||||||
Reference in New Issue
Block a user