mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
move imap_tools mypy ignore to mypy.ini
This commit is contained in:
@@ -17,3 +17,7 @@ ignore_missing_imports = True
|
|||||||
|
|
||||||
[mypy-_pytest.*]
|
[mypy-_pytest.*]
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
|
|
||||||
|
[mypy-imap_tools.*]
|
||||||
|
ignore_missing_imports = True
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,3 @@ 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