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 7e78643 commit 86f2b4dCopy full SHA for 86f2b4d
.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]
@@ -48,7 +48,7 @@ repos:
48
stages: [manual]
49
50
- repo: https://github.com/pre-commit/mirrors-mypy
51
- rev: v0.981
+ rev: v0.982
52
53
- id: mypy
54
args: ["--config-file", "pyproject.toml"]
0 commit comments