Skip to content

Commit a883541

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 24.2.0 → 24.4.2](psf/black@24.2.0...24.4.2) - [github.com/gitleaks/gitleaks: v8.18.2 → v8.18.4](gitleaks/gitleaks@v8.18.2...v8.18.4) - [github.com/teemtee/tmt: 1.31.0 → 1.34.0](teemtee/tmt@1.31.0...1.34.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.0 → 0.28.6](python-jsonschema/check-jsonschema@0.28.0...0.28.6)
1 parent 10c53e4 commit a883541

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: prettier
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.5.0
11+
rev: v4.6.0
1212
hooks:
1313
- id: check-added-large-files
1414
- id: check-merge-conflict
@@ -28,11 +28,11 @@ repos:
2828
- id: mixed-line-ending
2929

3030
- repo: https://github.com/psf/black
31-
rev: 24.2.0
31+
rev: 24.4.2
3232
hooks:
3333
- id: black
3434
- repo: https://github.com/gitleaks/gitleaks
35-
rev: v8.18.2
35+
rev: v8.18.4
3636
hooks:
3737
- id: gitleaks
3838
# The hook runs 'gitleaks protect --staged' which parses output of
@@ -53,10 +53,10 @@ repos:
5353
- mdformat-gfm
5454
- mdformat-tables
5555
- repo: https://github.com/teemtee/tmt
56-
rev: 1.31.0
56+
rev: 1.34.0
5757
hooks:
5858
- id: tmt-lint
5959
- repo: https://github.com/python-jsonschema/check-jsonschema
60-
rev: 0.28.0
60+
rev: 0.28.6
6161
hooks:
6262
- id: check-github-actions

0 commit comments

Comments
 (0)