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 f74cab7 commit a504a5bCopy full SHA for a504a5b
.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
29
args: [--profile=black]
30
31
- repo: https://github.com/pre-commit/mirrors-prettier
32
- rev: v3.0.0-alpha.2
+ rev: v3.0.0-alpha.3
33
hooks:
34
- id: prettier
35
@@ -65,7 +65,7 @@ repos:
65
stages: [manual]
66
67
- repo: https://github.com/sirosen/check-jsonschema
68
- rev: 0.18.3
+ rev: 0.18.4
69
70
- id: check-jsonschema
71
name: "Check GitHub Workflows"
@@ -75,7 +75,7 @@ repos:
75
76
77
78
79
80
81
name: "Check Example Workflows"
0 commit comments