Skip to content

Commit 5f15f09

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/teemtee/tmt: 1.34.0 → 1.35.0](teemtee/tmt@1.34.0...1.35.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.1](python-jsonschema/check-jsonschema@0.28.6...0.29.1)
1 parent 025b4fa commit 5f15f09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- id: mixed-line-ending
2929

3030
- repo: https://github.com/psf/black
31-
rev: 24.4.2
31+
rev: 24.8.0
3232
hooks:
3333
- id: black
3434
- repo: https://github.com/gitleaks/gitleaks
@@ -53,10 +53,10 @@ repos:
5353
- mdformat-gfm
5454
- mdformat-tables
5555
- repo: https://github.com/teemtee/tmt
56-
rev: 1.34.0
56+
rev: 1.35.0
5757
hooks:
5858
- id: tmt-lint
5959
- repo: https://github.com/python-jsonschema/check-jsonschema
60-
rev: 0.28.6
60+
rev: 0.29.1
6161
hooks:
6262
- id: check-github-actions

0 commit comments

Comments
 (0)