Skip to content

Commit 3ef4e9c

Browse files
committed
feat: run pre-commit autoupdate
1 parent 7036649 commit 3ef4e9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
stages: [pre-commit, pre-push, manual]
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.11.11
36+
rev: v0.12.0
3737
hooks:
3838
- id: ruff-format
3939
args: [--config=.ruff.toml]
@@ -42,20 +42,20 @@ repos:
4242
args: [--fix, --diff, --exit-non-zero-on-fix, --config=.ruff.toml]
4343

4444
- repo: https://github.com/doublify/pre-commit-rust
45-
rev: master
45+
rev: v1.0
4646
hooks:
4747
- id: fmt
4848
- id: clippy
4949
args: ["--all-features", "--", "--write"]
5050
- id: cargo-check
5151

5252
- repo: https://github.com/pre-commit/mirrors-prettier
53-
rev: v2.6.0
53+
rev: v4.0.0-alpha.8
5454
hooks:
5555
- id: prettier
5656

5757
- repo: https://github.com/commitizen-tools/commitizen
58-
rev: v4.8.2
58+
rev: v4.8.3
5959
hooks:
6060
- id: commitizen
6161
- id: commitizen-branch

0 commit comments

Comments
 (0)