Skip to content

Commit c720bb0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/gitleaks/gitleaks: v8.18.4 → v8.27.0](gitleaks/gitleaks@v8.18.4...v8.27.0) - [github.com/packit/pre-commit-hooks: v1.2.0 → v1.3.0](packit/pre-commit-hooks@v1.2.0...v1.3.0) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.22](hukkin/mdformat@0.7.17...0.7.22) - [github.com/teemtee/tmt: 1.34.0 → 1.49.0](teemtee/tmt@1.34.0...1.49.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.33.0](python-jsonschema/check-jsonschema@0.28.6...0.33.0)
1 parent 025b4fa commit c720bb0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
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.6.0
11+
rev: v5.0.0
1212
hooks:
1313
- id: check-added-large-files
1414
- id: check-merge-conflict
@@ -28,35 +28,35 @@ repos:
2828
- id: mixed-line-ending
2929

3030
- repo: https://github.com/psf/black
31-
rev: 24.4.2
31+
rev: 25.1.0
3232
hooks:
3333
- id: black
3434
- repo: https://github.com/gitleaks/gitleaks
35-
rev: v8.18.4
35+
rev: v8.27.0
3636
hooks:
3737
- id: gitleaks
3838
# The hook runs 'gitleaks protect --staged' which parses output of
3939
# 'git diff --staged', i.e. always passes in pre-push/manual stage.
40-
stages: [commit]
40+
stages: [pre-commit]
4141
- repo: https://github.com/packit/pre-commit-hooks
42-
rev: v1.2.0
42+
rev: v1.3.0
4343
hooks:
4444
- id: check-rebase
4545
args:
4646
- https://github.com/packit/tmt-plans.git
47-
stages: [manual, push]
47+
stages: [manual, pre-push]
4848
- repo: https://github.com/executablebooks/mdformat
49-
rev: 0.7.17
49+
rev: 0.7.22
5050
hooks:
5151
- id: mdformat
5252
additional_dependencies:
5353
- mdformat-gfm
5454
- mdformat-tables
5555
- repo: https://github.com/teemtee/tmt
56-
rev: 1.34.0
56+
rev: 1.49.0
5757
hooks:
5858
- id: tmt-lint
5959
- repo: https://github.com/python-jsonschema/check-jsonschema
60-
rev: 0.28.6
60+
rev: 0.33.0
6161
hooks:
6262
- id: check-github-actions

0 commit comments

Comments
 (0)