Skip to content

Commit 1eaab26

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/python-jsonschema/check-jsonschema: 0.28.6 → 0.31.1](python-jsonschema/check-jsonschema@0.28.6...0.31.1)
1 parent 2837c96 commit 1eaab26

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
@@ -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-merge-conflict
1414
- id: check-yaml
@@ -22,9 +22,9 @@ repos:
2222
- id: check-rebase
2323
args:
2424
- https://github.com/packit/.github.git
25-
stages: [manual, push]
25+
stages: [manual, pre-push]
2626
- repo: https://github.com/python-jsonschema/check-jsonschema
27-
rev: 0.28.6
27+
rev: 0.31.1
2828
hooks:
2929
- id: check-github-workflows
3030
args: ["--verbose"]

0 commit comments

Comments
 (0)