Skip to content

Commit 03e540e

Browse files
committed
chore(template): Bump pre-commit/prek hooks
1 parent deb7b50 commit 03e540e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

1717
- repo: https://github.com/EmbarkStudios/cargo-deny
18-
rev: 8d76e7e991107da82c4a59cdc362a2739539f55d # 0.18.9
18+
rev: 1c9ca2b643ee15722178c1350501aabb024dd6f3 # 0.19.9
1919
hooks:
2020
- id: cargo-deny
2121
args: ["--all-features", "check", "advisories", "bans", "licenses", "sources"]
@@ -27,7 +27,7 @@ repos:
2727
args: ["--strict"]
2828

2929
- repo: https://github.com/igorshubovych/markdownlint-cli
30-
rev: 192ad822316c3a22fb3d3cc8aa6eafa0b8488360 # 0.45.0
30+
rev: a4d5d37e66ebcd6b3705204a1d6dbb56dea66338 # 0.49.0
3131
hooks:
3232
- id: markdownlint
3333
types: [text]
@@ -47,15 +47,15 @@ repos:
4747
# If you do not, you will need to delete the cached ruff binary shown in the
4848
# error message
4949
- repo: https://github.com/astral-sh/ruff-pre-commit
50-
rev: 3b4bc031619cde2e0a9f3c4441ac7cc8227245a4 # 0.14.1
50+
rev: c59bba8fb259db0fec2bbb77ad8ba51ea7341b56 # 0.15.20
5151
hooks:
5252
# Run the linter.
5353
- id: ruff-check
5454
# Run the formatter.
5555
- id: ruff-format
5656

5757
- repo: https://github.com/rhysd/actionlint
58-
rev: e7d448ef7507c20fc4c88a95d0c448b848cd6127 # 1.7.8
58+
rev: 914e7df21a07ef503a81201c76d2b11c789d3fca # 1.7.12
5959
hooks:
6060
- id: actionlint
6161

0 commit comments

Comments
 (0)