Skip to content

Commit f45828e

Browse files
committed
chore: 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.2 - Bump rhysd/actionlint to 1.7.8 - Bump hadolint/hadolint to 2.14.0
1 parent 94a619d commit f45828e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

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

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # 5.0.0
10+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # 6.0.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- id: end-of-file-fixer
@@ -26,7 +26,7 @@ repos:
2626
- id: markdownlint
2727

2828
- repo: https://github.com/koalaman/shellcheck-precommit
29-
rev: 2491238703a5d3415bb2b7ff11388bf775372f29 # 0.10.0
29+
rev: 99470f5e12208ff0fb17ab81c3c494f7620a1d8d # 0.11.0
3030
hooks:
3131
- id: shellcheck
3232
args: ["--severity=info"]
@@ -35,20 +35,20 @@ repos:
3535
# If you do not, you will need to delete the cached ruff binary shown in the
3636
# error message
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: d19233b89771be2d89273f163f5edc5a39bbc34a # 0.11.12
38+
rev: 3db93a2be6f214ed722bf7bce095ec1b1715422a # 0.14.2
3939
hooks:
4040
# Run the linter.
4141
- id: ruff-check
4242
# Run the formatter.
4343
- id: ruff-format
4444

4545
- repo: https://github.com/rhysd/actionlint
46-
rev: 03d0035246f3e81f36aed592ffb4bebf33a03106 # 1.7.7
46+
rev: e7d448ef7507c20fc4c88a95d0c448b848cd6127 # 1.7.8
4747
hooks:
4848
- id: actionlint
4949

5050
- repo: https://github.com/hadolint/hadolint
51-
rev: b3555ba9c2bfd9401e79f2f0da68dd1ae38e10c7 # 2.12.0
51+
rev: 57e1618d78fd469a92c1e584e8c9313024656623 # 2.14.0
5252
hooks:
5353
- id: hadolint
5454

0 commit comments

Comments
 (0)