Skip to content

Commit ed0e220

Browse files
authored
chore: Bump pre-commit hook versions (#538)
1 parent e8e670b commit ed0e220

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ repos:
1515
- id: detect-private-key
1616

1717
- repo: https://github.com/adrienverge/yamllint
18-
rev: 81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6 # 1.35.1
18+
rev: 79a6b2b1392eaf49cdd32ac4f14be1a809bbd8f7 # 1.37.1
1919
hooks:
2020
- id: yamllint
2121
types: [text]
2222
files: \.(yml|yaml)(\.j2)*$
2323

2424
- repo: https://github.com/igorshubovych/markdownlint-cli
25-
rev: 586c3ea3f51230da42bab657c6a32e9e66c364f0 # 0.44.0
25+
rev: 192ad822316c3a22fb3d3cc8aa6eafa0b8488360 # 0.45.0
2626
hooks:
2727
- id: markdownlint
2828
types: [text]
@@ -38,7 +38,7 @@ repos:
3838
# If you do not, you will need to delete the cached ruff binary shown in the
3939
# error message
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: 2c8dce6094fa2b4b668e74f694ca63ceffd38614 # 0.9.9
41+
rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # 0.12.2
4242
hooks:
4343
# Run the linter.
4444
- id: ruff

README.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ To remove files or directories that already exist in the target repositories the
2929

3030
Anything that is listed here will be deleted from the target repositories.
3131

32-
NOTE: Deletion is the last step that is performed, so if there is an overlap between files existing in the template folder and this setting, the files would not be rolled out, since they'd get deleted before creting the pull request.
33-
32+
NOTE: Deletion is the last step that is performed, so if there is an overlap between files existing in the template folder and this setting, the files would not be rolled out, since they'd get deleted before creating the pull request.
3433

3534
=== Configuration
3635

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
# If you do not, you will need to delete the cached ruff binary shown in the
3737
# error message
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: d19233b89771be2d89273f163f5edc5a39bbc34a # 0.11.12
39+
rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # 0.12.2
4040
hooks:
4141
# Run the linter.
4242
- id: ruff-check

0 commit comments

Comments
 (0)