Skip to content

Commit e81268d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pappasam/toml-sort: v0.23.1 → v0.24.2](pappasam/toml-sort@v0.23.1...v0.24.2) - [github.com/gitleaks/gitleaks: v8.20.1 → v8.22.1](gitleaks/gitleaks@v8.20.1...v8.22.1) - [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.30.0](python-jsonschema/check-jsonschema@0.29.3...0.30.0)
1 parent a84caaa commit e81268d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
exclude: 'RavenHydroFramework'
1212
- id: check-toml
1313
- repo: https://github.com/pappasam/toml-sort
14-
rev: v0.23.1
14+
rev: v0.24.2
1515
hooks:
1616
- id: toml-sort-fix
1717
- repo: https://github.com/adrienverge/yamllint.git
@@ -29,11 +29,11 @@ repos:
2929
# args: [ '-i' ]
3030
# exclude: 'RavenHydroFramework'
3131
- repo: https://github.com/gitleaks/gitleaks
32-
rev: v8.20.1
32+
rev: v8.22.1
3333
hooks:
3434
- id: gitleaks
3535
- repo: https://github.com/python-jsonschema/check-jsonschema
36-
rev: 0.29.3
36+
rev: 0.30.0
3737
hooks:
3838
- id: check-github-workflows
3939
- repo: meta

0 commit comments

Comments
 (0)