Skip to content

Commit 61d7447

Browse files
committed
chore(template): Bump pre-commit hook refs
- Bump pre-commit/pre-commit-hooks to 6.0.0 - Bump koalaman/shellcheck-precommit to 0.11.0 - Bump astral-sh/ruff-pre-commit to 0.14.1 - Bump rhysd/actionlint to 1.7.8 - Bump hadolint/hadolint to 2.14.0
1 parent 09738b8 commit 61d7447

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

template/.pre-commit-config.yaml.j2

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_language_version:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # 5.0.0
9+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # 6.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -28,7 +28,7 @@ repos:
2828
files: \.md(\.j2)*$
2929

3030
- repo: https://github.com/koalaman/shellcheck-precommit
31-
rev: 2491238703a5d3415bb2b7ff11388bf775372f29 # 0.10.0
31+
rev: 99470f5e12208ff0fb17ab81c3c494f7620a1d8d # 0.11.0
3232
hooks:
3333
- id: shellcheck
3434
args: ["--severity=info"]
@@ -37,20 +37,20 @@ repos:
3737
# If you do not, you will need to delete the cached ruff binary shown in the
3838
# error message
3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # 0.12.2
40+
rev: 3b4bc031619cde2e0a9f3c4441ac7cc8227245a4 # 0.14.1
4141
hooks:
4242
# Run the linter.
4343
- id: ruff-check
4444
# Run the formatter.
4545
- id: ruff-format
4646

4747
- repo: https://github.com/rhysd/actionlint
48-
rev: 03d0035246f3e81f36aed592ffb4bebf33a03106 # 1.7.7
48+
rev: e7d448ef7507c20fc4c88a95d0c448b848cd6127 # 1.7.8
4949
hooks:
5050
- id: actionlint
5151

5252
- repo: https://github.com/hadolint/hadolint
53-
rev: b3555ba9c2bfd9401e79f2f0da68dd1ae38e10c7 # 2.12.0
53+
rev: 57e1618d78fd469a92c1e584e8c9313024656623 # 2.14.0
5454
hooks:
5555
- id: hadolint
5656

0 commit comments

Comments
 (0)