add a mypy.ini file

This commit is contained in:
mathieui 2021-07-05 22:42:28 +02:00
parent ca1cc73c79
commit de6c19c9cd
1 changed files with 15 additions and 0 deletions

15
mypy.ini Normal file
View File

@ -0,0 +1,15 @@
[mypy]
check_untyped_defs = False
ignore_missing_imports = True
[mypy-slixmpp.types]
ignore_errors = True
[mypy-slixmpp.thirdparty.*]
ignore_errors = True
[mypy-slixmpp.plugins.*]
ignore_errors = True
[mypy-slixmpp.plugins.base]
ignore_errors = False