Skip to content

Commit 35d16fb

Browse files
committed
Add style task
1 parent b304660 commit 35d16fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ prettier = ">=3.8.1,<3.9"
4343
ruff = ">=0.14.13,<0.15"
4444
taplo = ">=0.10.0,<0.11"
4545

46+
[tool.pixi.feature.style.tasks]
47+
style = "ruff check --fix .; prettier --write .; taplo fmt pyproject.toml"
48+
4649
[tool.pixi.feature.dev.dependencies]
4750
jupytext = ">=1.19.0,<1.20"
4851
sphinx-gallery = ">=0.20.0,<0.21"

0 commit comments

Comments
 (0)