Skip to content

Commit

Permalink
MAINT: Move mypy settings pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
BvB93 committed Apr 11, 2023
1 parent 6d9c4c7 commit 8734c7d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
17 changes: 0 additions & 17 deletions mypy.ini

This file was deleted.

14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[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 = [
"scm.*",
"pandas.*",
"h5py.*",
]
ignore_missing_imports = true

0 comments on commit 8734c7d

Please sign in to comment.