Skip to content

Commit

Permalink
Remove mypy exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
LauWien committed May 6, 2022
1 parent 3ddf927 commit 258523a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 258523a

Please sign in to comment.