Skip to content

Commit b26c58f

Browse files
Update pixi.toml
1 parent bd722d7 commit b26c58f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ default = { features = ["dev"], solve-group = "default" }
6666
# Kod kalitesi
6767
fmt = "ruff format ."
6868
lint = "ruff check ."
69-
fix = "ruff check --fix ."
69+
fix = { cmd = "ruff check --fix .", ignore-exit-code = true }
7070

7171
# Paket — pixi-build-python varken `pixi build` tercih edilir
7272
build = "python -m build"

0 commit comments

Comments
 (0)