Skip to content

Commit 846b650

Browse files
authored
chore: Update pre-commit dependencies (#1123)
1 parent 8db8bef commit 846b650

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.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: 2c9f875913ee60ca25ce70243dc24d5b6415598c # 4.6.0
10+
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # 5.0.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- id: end-of-file-fixer
@@ -16,12 +16,12 @@ repos:
1616
- id: detect-private-key
1717

1818
- repo: https://github.com/adrienverge/yamllint
19-
rev: 81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6 # 1.35.1
19+
rev: 79a6b2b1392eaf49cdd32ac4f14be1a809bbd8f7 # 1.37.1
2020
hooks:
2121
- id: yamllint
2222

2323
- repo: https://github.com/igorshubovych/markdownlint-cli
24-
rev: f295829140d25717bc79368d3f966fc1f67a824f # 0.41.0
24+
rev: 192ad822316c3a22fb3d3cc8aa6eafa0b8488360 # 0.45.0
2525
hooks:
2626
- id: markdownlint
2727

@@ -35,15 +35,15 @@ 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: v0.5.1
38+
rev: 12753357c00c3fb8615100354c9fdc6ab80b044d # 0.11.10
3939
hooks:
4040
# Run the linter.
4141
- id: ruff
4242
# Run the formatter.
4343
- id: ruff-format
4444

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

0 commit comments

Comments
 (0)