Skip to content

Commit

Permalink
BLD: Add pyproject.toml in order to force pep517 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
BvB93 committed Apr 11, 2023
1 parent 15612eb commit be67b1f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
11 changes: 0 additions & 11 deletions mypy.ini

This file was deleted.

13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[mypy]
plugins = "numpy.typing.mypy_plugin"
warn_unused_ignores = true
warn_redundant_casts = true
warn_return_any = true
show_error_codes = true

[[tool.mypy.overrides]]
module = [
"IPython.*",
"h5py.*",
]
ignore_missing_imports = true

0 comments on commit be67b1f

Please sign in to comment.