From de6c19c9cd6e5ec7e5215db643bb974fc0c1e1b8 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 5 Jul 2021 22:42:28 +0200 Subject: add a mypy.ini file --- mypy.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mypy.ini (limited to 'mypy.ini') 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 -- cgit v1.2.3