move imap_tools mypy ignore to mypy.ini

This commit is contained in:
missytake
2022-04-29 16:01:48 +02:00
parent e27345e489
commit b97b374487
2 changed files with 4 additions and 3 deletions

View File

@@ -17,3 +17,7 @@ ignore_missing_imports = True
[mypy-_pytest.*]
ignore_missing_imports = True
[mypy-imap_tools.*]
ignore_missing_imports = True

View File

@@ -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