mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 07:32:12 +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.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-imap_tools.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
|
||||
@@ -6,6 +6,3 @@ build-backend = "setuptools.build_meta"
|
||||
root = ".."
|
||||
tag_regex = '^(?P<prefix>py-)?(?P<version>[^\+]+)(?P<suffix>.*)?$'
|
||||
git_describe_command = "git describe --dirty --tags --long --match py-*.*"
|
||||
|
||||
[mypy-imap_tools]
|
||||
ignore_missing_imports = true
|
||||
|
||||
Reference in New Issue
Block a user