Skip to content

Commit 9118b8b

Browse files
chore: update ruff pre-commit hook to v0.15.0
Align pre-commit ruff version with the version resolved in uv.lock to prevent local/CI lint result discrepancies. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f539244 commit 9118b8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.9.6
3+
rev: v0.15.0
44
hooks:
55
- id: ruff
66
args: [ --fix ]

0 commit comments

Comments
 (0)