Skip to content

Commit

Permalink
Merge d4dc196 into b5fe4c0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail committed Feb 27, 2023
2 parents b5fe4c0 + d4dc196 commit 9bcd0dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ dask = [
]
dev = [
"black",
"mypy",
"pre-commit",
"pydra[test]",
]
Expand Down Expand Up @@ -101,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 9bcd0dc

Please sign in to comment.