Skip to content

Commit

Permalink
MNT: Initial config for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail committed Feb 27, 2023
1 parent 15a27d8 commit d4dc196
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,9 @@ exclude = "pydra/_version.py"

[tool.codespell]
ignore-words = ".codespell-ignorewords"

[tool.mypy]
warn_unused_configs = true
warn_redundant_casts = true
warn_unused_ignores = true
no_implicit_optional = true

0 comments on commit d4dc196

Please sign in to comment.