From ba1828d1649e1fa8a7462e626a5d62ed686e92bf Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Tue, 9 Jan 2024 08:10:39 +0000 Subject: [PATCH] mypy ignore matplotlib --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 233fd16..26a7f77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,5 +17,5 @@ requires = ["setuptools"] build-backend = "setuptools.build_meta" [[tool.mypy.overrides]] -module = ["pyNN.*", "quantities", "neo", "scipy", "scipy.*", "lazyarray"] +module = ["pyNN.*", "quantities", "neo", "scipy", "scipy.*", "lazyarray", "matplotlib.*"] ignore_missing_imports = true