We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd722d7 commit b26c58fCopy full SHA for b26c58f
1 file changed
pixi.toml
@@ -66,7 +66,7 @@ default = { features = ["dev"], solve-group = "default" }
66
# Kod kalitesi
67
fmt = "ruff format ."
68
lint = "ruff check ."
69
-fix = "ruff check --fix ."
+fix = { cmd = "ruff check --fix .", ignore-exit-code = true }
70
71
# Paket — pixi-build-python varken `pixi build` tercih edilir
72
build = "python -m build"
0 commit comments