Skip to content

Commit 036cbcc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 25.9.0](psf/black-pre-commit-mirror@24.4.2...25.9.0) - [github.com/gitleaks/gitleaks: v8.18.4 → v8.28.0](gitleaks/gitleaks@v8.18.4...v8.28.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.59.0](teemtee/tmt@1.34.0...1.59.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.34.1](python-jsonschema/check-jsonschema@0.28.6...0.34.1)
1 parent 025b4fa commit 036cbcc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 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: v6.0.0
1212
hooks:
1313
- id: check-added-large-files
1414
- id: check-merge-conflict
@@ -27,36 +27,36 @@ repos:
2727
- id: detect-private-key
2828
- id: mixed-line-ending
2929

30-
- repo: https://github.com/psf/black
31-
rev: 24.4.2
30+
- repo: https://github.com/psf/black-pre-commit-mirror
31+
rev: 25.9.0
3232
hooks:
3333
- id: black
3434
- repo: https://github.com/gitleaks/gitleaks
35-
rev: v8.18.4
35+
rev: v8.28.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.59.0
5757
hooks:
5858
- id: tmt-lint
5959
- repo: https://github.com/python-jsonschema/check-jsonschema
60-
rev: 0.28.6
60+
rev: 0.34.1
6161
hooks:
6262
- id: check-github-actions

0 commit comments

Comments
 (0)