We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b304660 commit 35d16fbCopy full SHA for 35d16fb
pyproject.toml
@@ -43,6 +43,9 @@ prettier = ">=3.8.1,<3.9"
43
ruff = ">=0.14.13,<0.15"
44
taplo = ">=0.10.0,<0.11"
45
46
+[tool.pixi.feature.style.tasks]
47
+style = "ruff check --fix .; prettier --write .; taplo fmt pyproject.toml"
48
+
49
[tool.pixi.feature.dev.dependencies]
50
jupytext = ">=1.19.0,<1.20"
51
sphinx-gallery = ">=0.20.0,<0.21"
0 commit comments