chore(pre-commit): bump ruff pin v0.15.9 → v0.15.14
Lock-step with pyproject.toml `[project.optional-dependencies].dev` (ruff bumped from 0.15.9 → 0.15.14 via PR #1583). The `.pre-commit-config.yaml` header explicitly requires this rev to match the pyproject pin — without this bump, contributors who run `pre-commit install` will hit the same version-mismatch debacle this PR was opened to prevent.
This commit is contained in:
parent
2547a514d9
commit
4655a3037a
|
|
@ -4,7 +4,7 @@ repos:
|
|||
# ([project.optional-dependencies].dev / [dependency-groups].dev) and
|
||||
# .github/workflows/ci.yml. A different ruff here produces different
|
||||
# formatter output than CI and breaks `ruff format --check` in lint.
|
||||
rev: v0.15.9
|
||||
rev: v0.15.14
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix]
|
||||
|
|
|
|||
Loading…
Reference in New Issue