Skip to content

Commit aea2cdf

Browse files
committed
ci: 🐝 update ci config
1 parent 71f6c2e commit aea2cdf

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
skip: [no-commit-to-branch]
33
repos:
44
- repo: https://github.com/commitizen-tools/commitizen
5-
rev: v4.8.2
5+
rev: v4.9.1
66
hooks:
77
- id: commitizen
88
stages:
@@ -14,15 +14,15 @@ repos:
1414
- id: cargo-check
1515
- id: clippy
1616
- repo: https://github.com/gitleaks/gitleaks
17-
rev: v8.27.0
17+
rev: v8.28.0
1818
hooks:
1919
- id: gitleaks
2020
- repo: https://github.com/google/yamlfmt
21-
rev: v0.17.0
21+
rev: v0.17.2
2222
hooks:
2323
- id: yamlfmt
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v5.0.0
25+
rev: v6.0.0
2626
hooks:
2727
- id: trailing-whitespace
2828
args:

dprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"plugins": [
1414
"https://plugins.dprint.dev/json-0.20.0.wasm",
15-
"https://plugins.dprint.dev/markdown-0.18.0.wasm",
15+
"https://plugins.dprint.dev/markdown-0.19.0.wasm",
1616
"https://plugins.dprint.dev/toml-0.7.0.wasm"
1717
]
1818
}

0 commit comments

Comments
 (0)