Skip to content

Commit 2e96cce

Browse files
chore(deps): pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.15.12](astral-sh/ruff-pre-commit@v0.11.0...v0.15.12)
1 parent fb05fad commit 2e96cce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ci:
1919
repos:
2020
# ── Standard hygiene ──────────────────────────────────────────────
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.6.0
22+
rev: v6.0.0
2323
hooks:
2424
- id: trailing-whitespace
2525
- id: end-of-file-fixer
@@ -30,7 +30,7 @@ repos:
3030

3131
# ── Ruff — lint + format, replaces flake8 + isort + black ──────────
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.11.0
33+
rev: v0.15.12
3434
hooks:
3535
- id: ruff
3636
args: [--fix]

0 commit comments

Comments
 (0)