Skip to content

Commit ccbd420

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 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/gitleaks/gitleaks: v8.18.4 → v8.21.2](gitleaks/gitleaks@v8.18.4...v8.21.2) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.19](hukkin/mdformat@0.7.17...0.7.19) - [github.com/teemtee/tmt: 1.34.0 → 1.38.0](teemtee/tmt@1.34.0...1.38.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.4](python-jsonschema/check-jsonschema@0.28.6...0.29.4)
1 parent 025b4fa commit ccbd420

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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: 24.10.0
3232
hooks:
3333
- id: black
3434
- repo: https://github.com/gitleaks/gitleaks
35-
rev: v8.18.4
35+
rev: v8.21.2
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
4242
rev: v1.2.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.19
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.38.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.4
6161
hooks:
6262
- id: check-github-actions

0 commit comments

Comments
 (0)