Skip to content

Commit

Permalink
Merge pull request #259 from jenshnielsen/numpy_mypy
Browse files Browse the repository at this point in the history
enable numpy mypy plugin
  • Loading branch information
jenshnielsen committed Jan 11, 2022
2 parents 4b1fb64 + 30f58b1 commit 2ee7d40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ warn_unused_configs = true
warn_redundant_casts = true
no_implicit_optional = true
disallow_untyped_defs = true
plugins = "numpy.typing.mypy_plugin"

[[tool.mypy.overrides]]
module = [
Expand Down

0 comments on commit 2ee7d40

Please sign in to comment.