From 0b3b80c9f275fac186c32ef265c2c3e59e156636 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Tue, 16 Jun 2020 19:04:49 -0500 Subject: [PATCH] Minimal mypy configuration --- setup.cfg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.cfg b/setup.cfg index 5a9d9143..b2d98b73 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,3 +8,10 @@ exclude= grudge/models/diffusion.py, grudge/models/nd_calculus.py, grudge/dt_finding.py + +[mypy] +ignore_missing_imports = True + +[mypy-grudge.models.gas_dynamics] +ignore_errors = True + -- GitLab