Skip to content

Commit 172b3a5

Browse files
authored
chore: Update pre-commit workflow (#451)
1 parent 8068f34 commit 172b3a5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.pre-commit-config.yaml

+4-4
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: 2c9f875913ee60ca25ce70243dc24d5b6415598c # 4.6.0
9+
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # 5.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -22,7 +22,7 @@ repos:
2222
files: \.(yml|yaml)(\.j2)*$
2323

2424
- repo: https://github.com/igorshubovych/markdownlint-cli
25-
rev: f295829140d25717bc79368d3f966fc1f67a824f # 0.41.0
25+
rev: aa975a18c9a869648007d33864034dbc7481fe5e # 0.42.0
2626
hooks:
2727
- id: markdownlint
2828
types: [text]
@@ -38,15 +38,15 @@ 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: f1ebc5730d98440041cc43e4d69829ad598ae1e7 # 0.6.3
41+
rev: 8983acb92ee4b01924893632cf90af926fa608f0 # 0.7.0
4242
hooks:
4343
# Run the linter.
4444
- id: ruff
4545
# Run the formatter.
4646
- id: ruff-format
4747

4848
- repo: https://github.com/rhysd/actionlint
49-
rev: 62dc61a45fc95efe8c800af7a557ab0b9165d63b # 1.7.1
49+
rev: 4e683ab8014a63fafa117492a0c6053758e6d593 # 1.7.3
5050
hooks:
5151
- id: actionlint
5252
types: [text]

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

+4-4
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: 2c9f875913ee60ca25ce70243dc24d5b6415598c # 4.6.0
9+
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # 5.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -28,7 +28,7 @@ repos:
2828
- id: yamllint
2929

3030
- repo: https://github.com/igorshubovych/markdownlint-cli
31-
rev: f295829140d25717bc79368d3f966fc1f67a824f # 0.41.0
31+
rev: aa975a18c9a869648007d33864034dbc7481fe5e # 0.42.0
3232
hooks:
3333
- id: markdownlint
3434
types: [text]
@@ -44,15 +44,15 @@ repos:
4444
# If you do not, you will need to delete the cached ruff binary shown in the
4545
# error message
4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: f1ebc5730d98440041cc43e4d69829ad598ae1e7 # 0.6.3
47+
rev: 8983acb92ee4b01924893632cf90af926fa608f0 # 0.7.0
4848
hooks:
4949
# Run the linter.
5050
- id: ruff
5151
# Run the formatter.
5252
- id: ruff-format
5353

5454
- repo: https://github.com/rhysd/actionlint
55-
rev: 62dc61a45fc95efe8c800af7a557ab0b9165d63b # 1.7.1
55+
rev: 4e683ab8014a63fafa117492a0c6053758e6d593 # 1.7.3
5656
hooks:
5757
- id: actionlint
5858

0 commit comments

Comments
 (0)