From 3d6387914abbeb047c60fb15b051d3702bc30fc8 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Mon, 8 Jan 2024 13:30:56 +0000 Subject: [PATCH] mypy skip matplotlib --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50f7aac..9773fff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,5 +18,5 @@ requires = ["setuptools"] build-backend = "setuptools.build_meta:" [[tool.mypy.overrides]] -module = ["pyNN.*", "quantities", "neo", "scipy", "scipy.*", "lazyarray", "IPython", "matplotlib"] +module = ["pyNN.*", "quantities", "neo", "scipy", "scipy.*", "lazyarray", "IPython", "matplotlib.*"] ignore_missing_imports = true