Skip to content

Commit 2d44829

Browse files
committed
ENH: Update pre-commit hooks
- [pre-commit/pre-commit-hooks: v4.5.0 -> v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [pre-commit/mirrors-prettier: v3.1.0 -> v4.0.0](pre-commit/mirrors-prettier@v3.1.0...v4.0.0) - [python-jsonschema/check-jsonschema: 0.28.0 -> 0.33.0](python-jsonschema/check-jsonschema@0.28.0...0.33.0)
1 parent 8839e20 commit 2d44829

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
args: ["--maxkb=1024"]
@@ -14,7 +14,7 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/pre-commit/mirrors-prettier
17-
rev: "v3.1.0"
17+
rev: "v4.0.0-alpha.8"
1818
hooks:
1919
- id: prettier
2020
types_or: [yaml, json]
@@ -26,7 +26,7 @@ repos:
2626
- id: remove-tabs
2727

2828
- repo: https://github.com/python-jsonschema/check-jsonschema
29-
rev: "0.28.0"
29+
rev: "0.33.0"
3030
hooks:
3131
- id: check-jsonschema
3232
files: ^[^/]*\.json$

0 commit comments

Comments
 (0)