We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d5b64 commit b68c0f0Copy full SHA for b68c0f0
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
- id: trailing-whitespace
17
18
- repo: https://github.com/psf/black
19
- rev: 22.8.0
+ rev: 22.10.0
20
hooks:
21
- id: black
22
args: ["--line-length", "100"]
@@ -29,12 +29,12 @@ repos:
29
args: [--profile=black]
30
31
- repo: https://github.com/pre-commit/mirrors-prettier
32
- rev: v3.0.0-alpha.0
+ rev: v3.0.0-alpha.1
33
34
- id: prettier
35
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: v2.38.2
+ rev: v3.0.0
38
39
- id: pyupgrade
40
args: [--py37-plus]
@@ -55,7 +55,7 @@ repos:
55
stages: [manual]
56
57
- repo: https://github.com/pre-commit/mirrors-mypy
58
- rev: v0.981
+ rev: v0.982
59
60
- id: mypy
61
exclude: jupyter_client/tests
0 commit comments