diff options
-rw-r--r-- | mypy.ini | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 00000000..edf0d65f --- /dev/null +++ b/mypy.ini @@ -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 |