From 860766ea4f44ebb98497eb8990634b705dd3d4f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 17 Oct 2019 23:19:38 +0300 Subject: [PATCH] test: add minimal mypy config --- test/setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/setup.cfg b/test/setup.cfg index cef707ce83b..ef9c755e29f 100644 --- a/test/setup.cfg +++ b/test/setup.cfg @@ -3,3 +3,7 @@ minversion = 3.6 markers = bashcomp complete + +[mypy] +python_version = 3.4 +ignore_missing_imports = true