We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4197cbd commit 3f72e80Copy full SHA for 3f72e80
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: check-added-large-files
6
args: [--maxkb=8192]
@@ -12,7 +12,7 @@ repos:
12
- id: no-commit-to-branch
13
args: [--branch,master]
14
- repo: https://github.com/gitleaks/gitleaks
15
- rev: v8.28.0
+ rev: v8.29.1
16
17
- id: gitleaks
18
- repo: https://github.com/codespell-project/codespell
0 commit comments