Skip to content

Commit a904b6c

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) - [github.com/packit/pre-commit-hooks: v1.2.0 → v1.3.0](packit/pre-commit-hooks@v1.2.0...v1.3.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.33.3](python-jsonschema/check-jsonschema@0.28.6...0.33.3)
1 parent 2837c96 commit a904b6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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-merge-conflict
1414
- id: check-yaml
@@ -17,14 +17,14 @@ repos:
1717
- id: mixed-line-ending
1818
- id: trailing-whitespace
1919
- repo: https://github.com/packit/pre-commit-hooks
20-
rev: v1.2.0
20+
rev: v1.3.0
2121
hooks:
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.33.3
2828
hooks:
2929
- id: check-github-workflows
3030
args: ["--verbose"]

0 commit comments

Comments
 (0)