We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9476ab commit bed6327Copy full SHA for bed6327
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
- id: trailing-whitespace
17
18
- repo: https://github.com/psf/black
19
- rev: 22.1.0
+ rev: 22.3.0
20
hooks:
21
- id: black
22
args: ["--line-length", "100"]
@@ -29,7 +29,7 @@ repos:
29
args: [--profile=black]
30
31
- repo: https://github.com/pre-commit/mirrors-prettier
32
- rev: v2.5.1
+ rev: v2.6.1
33
34
- id: prettier
35
@@ -45,12 +45,12 @@ repos:
45
]
46
47
- repo: https://github.com/pre-commit/mirrors-eslint
48
- rev: v8.8.0
+ rev: v8.12.0
49
50
- id: eslint
51
52
- repo: https://github.com/sirosen/check-jsonschema
53
- rev: 0.10.2
+ rev: 0.14.1
54
55
- id: check-jsonschema
56
name: "Check GitHub Workflows"
0 commit comments