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 e135d6f commit cce9b7dCopy full SHA for cce9b7d
1 file changed
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
- id: trailing-whitespace
18
19
- repo: https://github.com/psf/black
20
- rev: 22.6.0
+ rev: 22.8.0
21
hooks:
22
- id: black
23
args: ["--line-length", "100"]
@@ -66,7 +66,7 @@ repos:
66
stages: [manual]
67
68
- repo: https://github.com/sirosen/check-jsonschema
69
- rev: 0.18.1
+ rev: 0.18.2
70
71
- id: check-jsonschema
72
name: "Check GitHub Workflows"
0 commit comments