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 5937173 commit c07a0bfCopy full SHA for c07a0bf
1 file changed
.pre-commit-config.yaml
@@ -28,7 +28,7 @@ repos:
28
hooks:
29
- id: mdformat
30
additional_dependencies:
31
- - mdformat-gfm==0.4.1
+ - mdformat-gfm==1.0.0
32
- mdformat-shfmt==0.2.0
33
- mdformat_tables==1.0.0
34
- repo: https://github.com/adrienverge/yamllint
@@ -57,9 +57,8 @@ repos:
57
- repo: https://github.com/gitleaks/gitleaks
58
rev: v8.28.0
59
60
- - id: gitleaks-docker
+ - id: gitleaks
61
exclude: charts/weblate/README.md|charts/weblate/templates/.*\.yaml
62
ci:
63
autoupdate_schedule: quarterly
64
- skip:
65
- - gitleaks-docker
+ skip: []
0 commit comments