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 +