Skip to content

Commit bed6327

Browse files
authored
Update pre-commit (#764)
1 parent c9476ab commit bed6327

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/psf/black
19-
rev: 22.1.0
19+
rev: 22.3.0
2020
hooks:
2121
- id: black
2222
args: ["--line-length", "100"]
@@ -29,7 +29,7 @@ repos:
2929
args: [--profile=black]
3030

3131
- repo: https://github.com/pre-commit/mirrors-prettier
32-
rev: v2.5.1
32+
rev: v2.6.1
3333
hooks:
3434
- id: prettier
3535

@@ -45,12 +45,12 @@ repos:
4545
]
4646

4747
- repo: https://github.com/pre-commit/mirrors-eslint
48-
rev: v8.8.0
48+
rev: v8.12.0
4949
hooks:
5050
- id: eslint
5151

5252
- repo: https://github.com/sirosen/check-jsonschema
53-
rev: 0.10.2
53+
rev: 0.14.1
5454
hooks:
5555
- id: check-jsonschema
5656
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)