Skip to content

Commit

Permalink
Mypy type safety: round 1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB committed Feb 12, 2024
1 parent 3adb1c8 commit 253d641
Show file tree
Hide file tree
Showing 15 changed files with 1,078 additions and 575 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ line-length = 110
ignore = ["E741"]

[tool.mypy]
plugins = ["numpy.typing.mypy_plugin"]
disallow_untyped_defs = true
disallow_any_unimported = true
no_implicit_optional = true
Expand Down
Loading

0 comments on commit 253d641

Please sign in to comment.