Skip to content

Commit 677e015

Browse files
committed
dont follow some imports
1 parent 19d9831 commit 677e015

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ requires = ["setuptools"]
1717
build-backend = "setuptools.build_meta"
1818

1919
[[tool.mypy.overrides]]
20-
module = ["matplotlib", "matplotlib.*", "quantities", "neo", "neo.*", "scipy", "scipy.*", "lazyarray"]
21-
follow_untyped_imports = true
20+
module = ["matplotlib", "matplotlib.*", "pyNN","pyNN.random","pyNN.space","quantities", "neo", "neo.*", "scipy", "scipy.*", "lazyarray"]
21+
ignore_missing_imports = true

0 commit comments

Comments
 (0)