We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698084b commit ddfcdd7Copy full SHA for ddfcdd7
‎.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v5.0.0
4
hooks:
5
- id: check-added-large-files
6
- id: check-toml
@@ -13,7 +13,7 @@ repos:
13
- id: cargo-check
14
- id: clippy
15
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
16
- rev: v9.4.0
+ rev: v9.18.0
17
18
- id: commitlint
19
stages: [commit-msg]
0 commit comments