Skip to content

Commit b68c0f0

Browse files
[pre-commit.ci] pre-commit autoupdate (#49)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 56d5b64 commit b68c0f0

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
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

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

3131
- repo: https://github.com/pre-commit/mirrors-prettier
32-
rev: v3.0.0-alpha.0
32+
rev: v3.0.0-alpha.1
3333
hooks:
3434
- id: prettier
3535

3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v2.38.2
37+
rev: v3.0.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py37-plus]
@@ -55,7 +55,7 @@ repos:
5555
stages: [manual]
5656

5757
- repo: https://github.com/pre-commit/mirrors-mypy
58-
rev: v0.981
58+
rev: v0.982
5959
hooks:
6060
- id: mypy
6161
exclude: jupyter_client/tests

0 commit comments

Comments
 (0)