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:
Igor Lins e Silva 2026-05-23 12:11:10 -03:00
parent 2547a514d9
commit 4655a3037a
1 changed files with 1 additions and 1 deletions

View File

@ -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]