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.
2 parents 6f68fc4 + 5804bd4 commit a4cd35dCopy full SHA for a4cd35d
1 file changed
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
- id: trailing-whitespace
26
27
- repo: https://github.com/psf/black
28
- rev: 22.6.0
+ rev: 22.8.0
29
hooks:
30
- id: black
31
args: ["--line-length", "100"]
@@ -79,7 +79,7 @@ repos:
79
stages: [manual]
80
81
- repo: https://github.com/sirosen/check-jsonschema
82
- rev: 0.18.1
+ rev: 0.18.2
83
84
- id: check-jsonschema
85
name: "Check GitHub Workflows"
0 commit comments