Skip to content

Commit 0be1fc7

Browse files
committed
fix(format): sync pre-commit ruff version with pixi environment
Update pre-commit ruff version from v0.7.3 to v0.12.9 to match pixi environment. This resolves formatting conflicts between pre-commit hooks and pixi format tasks. Co-Authored-By: MementoRC (https://github.com/MementoRC)
1 parent 49e75c2 commit 0be1fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
args: ['--fix=lf']
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.7.3
17+
rev: v0.12.9
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --select=F,E9]

0 commit comments

Comments
 (0)