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 5874148 commit 042fb08Copy full SHA for 042fb08
.pre-commit-config.yaml
@@ -16,18 +16,18 @@ repos:
16
- id: trailing-whitespace
17
18
- repo: https://github.com/asottile/reorder_python_imports
19
- rev: v3.8.3
+ rev: v3.8.4
20
hooks:
21
- id: reorder-python-imports
22
23
- repo: https://github.com/psf/black
24
- rev: 22.8.0
+ rev: 22.10.0
25
26
- id: black
27
args: ["--line-length", "100"]
28
29
- repo: https://github.com/pre-commit/mirrors-prettier
30
- rev: v3.0.0-alpha.0
+ rev: v3.0.0-alpha.1
31
32
- id: prettier
33
@@ -47,7 +47,7 @@ repos:
47
stages: [manual]
48
49
- repo: https://github.com/pre-commit/mirrors-mypy
50
- rev: v0.981
+ rev: v0.982
51
52
- id: mypy
53
exclude: tests
0 commit comments