Skip to content

Commit 704120b

Browse files
committed
revert version changes
1 parent 9f8fa95 commit 704120b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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: v6.0.0 # 6.0.0
9+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # 6.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -21,20 +21,20 @@ repos:
2121
args: ["--all-features", "check", "advisories", "bans", "licenses", "sources"]
2222

2323
- repo: https://github.com/adrienverge/yamllint
24-
rev: v1.37.1 # 1.37.1
24+
rev: 79a6b2b1392eaf49cdd32ac4f14be1a809bbd8f7 # 1.37.1
2525
hooks:
2626
- id: yamllint
2727
args: ["--strict"]
2828

2929
- repo: https://github.com/igorshubovych/markdownlint-cli
30-
rev: v0.46.0 # 0.45.0
30+
rev: 192ad822316c3a22fb3d3cc8aa6eafa0b8488360 # 0.45.0
3131
hooks:
3232
- id: markdownlint
3333
types: [text]
3434
files: \.md(\.j2)*$
3535

3636
- repo: https://github.com/koalaman/shellcheck-precommit
37-
rev: v0.11.0 # 0.11.0
37+
rev: 99470f5e12208ff0fb17ab81c3c494f7620a1d8d # 0.11.0
3838
hooks:
3939
- id: shellcheck
4040
args: ["--severity=info"]
@@ -43,20 +43,20 @@ repos:
4343
# If you do not, you will need to delete the cached ruff binary shown in the
4444
# error message
4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: v0.14.7 # 0.14.1
46+
rev: 3b4bc031619cde2e0a9f3c4441ac7cc8227245a4 # 0.14.1
4747
hooks:
4848
# Run the linter.
4949
- id: ruff-check
5050
# Run the formatter.
5151
- id: ruff-format
5252

5353
- repo: https://github.com/rhysd/actionlint
54-
rev: v1.7.9 # 1.7.8
54+
rev: e7d448ef7507c20fc4c88a95d0c448b848cd6127 # 1.7.8
5555
hooks:
5656
- id: actionlint
5757

5858
- repo: https://github.com/hadolint/hadolint
59-
rev: v2.14.0 # 2.14.0
59+
rev: 57e1618d78fd469a92c1e584e8c9313024656623 # 2.14.0
6060
hooks:
6161
- id: hadolint
6262

0 commit comments

Comments
 (0)