From 37b18c5ebf341092b233cb721efe114b493cc6f4 Mon Sep 17 00:00:00 2001 From: Alexander Held Date: Fri, 16 Jul 2021 18:36:14 +0200 Subject: [PATCH] skip coffea with mypy --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1c9191b0..71941c9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,5 +41,6 @@ module = [ "iminuit", "jsonschema", "scipy.*", + "coffea.*" ] ignore_missing_imports = true