We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5545b commit 23ec040Copy full SHA for 23ec040
1 file changed
pyproject.toml
@@ -17,5 +17,5 @@ requires = ["setuptools"]
17
build-backend = "setuptools.build_meta"
18
19
[[tool.mypy.overrides]]
20
-module = ["matplotlib", "matplotlib.*", "pyNN","pyNN.descriptions","pyNN.neuron.*","pyNN.random","pyNN.recording.*","pyNN.space","pyNN.standardmodels.*","pyNN.utility.*","quantities", "neo", "neo.*", "scipy", "scipy.*", "lazyarray"]
+module = ["matplotlib", "matplotlib.*", "pyNN.*","quantities", "neo", "neo.*", "scipy", "scipy.*", "lazyarray"]
21
ignore_missing_imports = true
0 commit comments