We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c421e commit 343472eCopy full SHA for 343472e
1 file changed
.pre-commit-config.yaml
@@ -12,14 +12,14 @@ repos:
12
- id: no-commit-to-branch
13
args: [--branch, main]
14
- repo: https://github.com/gitleaks/gitleaks
15
- rev: v8.16.3
+ rev: v8.24.2
16
hooks:
17
- id: gitleaks
18
- repo: https://github.com/fredrikekre/runic-pre-commit
19
rev: v1.0.0
20
21
- id: runic
22
- repo: https://github.com/codespell-project/codespell
23
- rev: v2.2.4
+ rev: v2.4.1
24
25
- id: codespell
0 commit comments