Skip to content

Commit 1a60bf8

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.3 → v0.12.10](astral-sh/ruff-pre-commit@v0.12.3...v0.12.10) - [github.com/scop/pre-commit-shfmt: v3.12.0-1 → v3.12.0-2](scop/pre-commit-shfmt@v3.12.0-1...v3.12.0-2)
1 parent 0315592 commit 1a60bf8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ repos:
4848
- id: check-byte-order-marker
4949
- id: check-docstring-first
5050
repo: https://github.com/pre-commit/pre-commit-hooks
51-
rev: v5.0.0
51+
rev: v6.0.0
5252
- repo: https://github.com/astral-sh/ruff-pre-commit
5353
# Ruff version.
54-
rev: v0.12.3
54+
rev: v0.12.10
5555
hooks:
5656
# Run the linter.
5757
- id: ruff
@@ -61,7 +61,7 @@ repos:
6161
- id: ruff-format
6262

6363
- repo: https://github.com/scop/pre-commit-shfmt
64-
rev: v3.12.0-1
64+
rev: v3.12.0-2
6565
hooks:
6666
# Choose one of:
6767
- id: shfmt # native (requires/installs Go to build)

0 commit comments

Comments
 (0)