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 12e8214 commit 50dd09aCopy full SHA for 50dd09a
.pre-commit-config.yaml
@@ -19,18 +19,18 @@ repos:
19
- id: trailing-whitespace
20
21
- repo: https://github.com/asottile/reorder_python_imports
22
- rev: v2.7.1
+ rev: v3.0.1
23
hooks:
24
- id: reorder-python-imports
25
26
- repo: https://github.com/psf/black
27
- rev: 22.1.0
+ rev: 22.3.0
28
29
- id: black
30
args: ["--line-length", "100"]
31
32
- repo: https://github.com/pre-commit/mirrors-prettier
33
- rev: v2.5.1
+ rev: v2.6.1
34
35
- id: prettier
36
@@ -46,7 +46,7 @@ repos:
46
]
47
48
- repo: https://github.com/sirosen/check-jsonschema
49
- rev: 0.14.1
+ rev: 0.14.2
50
51
- id: check-jsonschema
52
name: "Check GitHub Workflows"
0 commit comments