From 84a494dcf4b237e2e5640b8a14dbeb16a29b3de7 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 13 Apr 2019 18:58:24 +0200 Subject: Run mypy with tests and qa --- mypy.ini | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mypy.ini (limited to 'mypy.ini') diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 0000000..4447f48 --- /dev/null +++ b/mypy.ini @@ -0,0 +1,7 @@ +[mypy] + +[mypy-ruamel.*] +ignore_missing_imports = True + +[mypy-tornado.*] +ignore_missing_imports = True -- cgit v1.2.3