Skip to content

Commit

Permalink
mypy overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jan 8, 2024
1 parent d49c57f commit 8718b91
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"

[[tool.mypy.overrides]]
module = ["pyNN.*", "quantities", "neo", "scipy", "scipy.*", "lazyarray"]
ignore_missing_imports = true

0 comments on commit 8718b91

Please sign in to comment.