Skip to content

Commit 50dd09a

Browse files
committed
update pre-commit hooks
1 parent 12e8214 commit 50dd09a

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
@@ -19,18 +19,18 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/asottile/reorder_python_imports
22-
rev: v2.7.1
22+
rev: v3.0.1
2323
hooks:
2424
- id: reorder-python-imports
2525

2626
- repo: https://github.com/psf/black
27-
rev: 22.1.0
27+
rev: 22.3.0
2828
hooks:
2929
- id: black
3030
args: ["--line-length", "100"]
3131

3232
- repo: https://github.com/pre-commit/mirrors-prettier
33-
rev: v2.5.1
33+
rev: v2.6.1
3434
hooks:
3535
- id: prettier
3636

@@ -46,7 +46,7 @@ repos:
4646
]
4747

4848
- repo: https://github.com/sirosen/check-jsonschema
49-
rev: 0.14.1
49+
rev: 0.14.2
5050
hooks:
5151
- id: check-jsonschema
5252
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)