Skip to content

Commit ff1ebf8

Browse files
committed
Bump pre-commit hook versions
The changes, per hook repository, are: - ruff-pre-commit: Uses the newest stable version of Ruff. See: * https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.3.2 - shellcheck-py: Makes ShellCheck installable on ARM64 Windows machines. See: * shellcheck-py/shellcheck-py@v0.9.0.5...v0.9.0.6 * shellcheck-py/shellcheck-py@e39ba22 - pre-commit-hooks: Offers no relevant changes for the few hooks currently being used from that repository, but I went ahead and included this while bumping the others. This may be a small benefit if more hooks are added from it sometime soon and because we don't currently have a mechanism for keeping track of updates that are skipped as unneeded.
1 parent a8a73ff commit ff1ebf8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: .pre-commit-config.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
repos:
2-
32
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.3.0
3+
rev: v0.3.2
54
hooks:
65
- id: ruff-format
76
exclude: ^git/ext/
@@ -10,14 +9,14 @@ repos:
109
exclude: ^git/ext/
1110

1211
- repo: https://github.com/shellcheck-py/shellcheck-py
13-
rev: v0.9.0.5
12+
rev: v0.9.0.6
1413
hooks:
1514
- id: shellcheck
1615
args: [--color]
1716
exclude: ^test/fixtures/polyglot$|^git/ext/
1817

1918
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v4.4.0
19+
rev: v4.5.0
2120
hooks:
2221
- id: check-toml
2322
- id: check-yaml

0 commit comments

Comments
 (0)