Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

Commit 66cb5dc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.1 → v0.15.17](astral-sh/ruff-pre-commit@v0.12.1...v0.15.17)
1 parent d11c871 commit 66cb5dc

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
@@ -6,7 +6,7 @@ exclude: "(tests/data/garnet-data|scripts)/.*"
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
@@ -17,7 +17,7 @@ repos:
1717
args: [--allow-multiple-documents]
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.12.1
20+
rev: v0.15.17
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)