Skip to content

Commit

Permalink
Add lint task to pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Dec 10, 2024
1 parent a768d6f commit 39f4538
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,9 @@ jaxsim = { path = "./", editable = true }

[tool.pixi.feature.test.tasks]
pipcheck = "pip check"
test = { cmd = "pytest", depends_on = ["pipcheck"] }
benchmark = { cmd = "pytest --benchmark-only", depends_on = ["pipcheck"] }
lint = { cmd = "pre-commit run --all-files --hook-stage=manual" }
test = { cmd = "pytest", depends_on = ["pipcheck"] }

[tool.pixi.feature.test.dependencies]
black-jupyter = "24.*"
Expand Down

0 comments on commit 39f4538

Please sign in to comment.