Skip to content

Commit 2837c96

Browse files
[pre-commit.ci] pre-commit autoupdate (#14)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0...v4.0.0-alpha.8) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.0 → 0.28.6](python-jsonschema/check-jsonschema@0.28.0...0.28.6) <!--pre-commit.ci end-->
2 parents 1bb2bf8 + 9f6742a commit 2837c96

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
@@ -4,11 +4,11 @@
44

55
repos:
66
- repo: https://github.com/pre-commit/mirrors-prettier
7-
rev: v3.0.0
7+
rev: v4.0.0-alpha.8
88
hooks:
99
- id: prettier
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.4.0
11+
rev: v4.6.0
1212
hooks:
1313
- id: check-merge-conflict
1414
- id: check-yaml
@@ -24,7 +24,7 @@ repos:
2424
- https://github.com/packit/.github.git
2525
stages: [manual, push]
2626
- repo: https://github.com/python-jsonschema/check-jsonschema
27-
rev: 0.28.0
27+
rev: 0.28.6
2828
hooks:
2929
- id: check-github-workflows
3030
args: ["--verbose"]

0 commit comments

Comments
 (0)