From 258523a33fcb668f5121d6cee7e65ca174e324aa Mon Sep 17 00:00:00 2001 From: Laura Wienpahl <57132039+LauWien@users.noreply.github.com> Date: Thu, 5 May 2022 16:46:31 +0200 Subject: [PATCH] Remove mypy exclusions --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 846f3bba5..fde24a7d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,20 +90,16 @@ profile = "black" module = [ "asyncssh", "matplotlib.*", - "numpy", "pandas.*", - "pint", "pyam", "pytest", "setuptools", - "xarray", # Indirectly via ixmp; this should be a subset of the list in ixmp's setup.cfg "dask", "jpype", "nbclient", "nbformat", "memory_profiler", - "sparse", ] ignore_missing_imports = true