Skip to content

Commit

Permalink
[pyproject] add mypy and pre_commit to dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
pfackeldey committed Aug 9, 2024
1 parent bf410da commit ecda94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [

[project.optional-dependencies]
test = ["pytest >=6", "pytest-cov >=3"]
dev = ["ipython", "ruff", "optax", "jaxopt >=0.6"]
dev = ["ipython", "ruff", "pre_commit", "mypy", "optax", "jaxopt >=0.6"]
docs = [
"sphinx",
"myst-parser",
Expand Down

0 comments on commit ecda94c

Please sign in to comment.