From d18f9b07161ea04eba755fcf2e72851a0fa97dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Tue, 11 Sep 2018 00:12:35 +0200 Subject: [PATCH] Add mypy.ini --- mypy.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mypy.ini diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 000000000..7aeee0a02 --- /dev/null +++ b/mypy.ini @@ -0,0 +1,10 @@ +[mypy] +python_version = 3.5 +disallow_incomplete_defs = True + +[mypy-nbxmpp.*] +ignore_missing_imports = True + +[mypy-gi.repository.*] +ignore_missing_imports = True +