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