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 dc34d00 + c024fb6 commit e526895Copy full SHA for e526895
.pre-commit-config.yaml
@@ -32,7 +32,7 @@ repos:
32
- id: prettier
33
34
- repo: https://github.com/PyCQA/doc8
35
- rev: 0.11.1
+ rev: 0.11.2
36
hooks:
37
- id: doc8
38
args: [--max-line-length=200]
@@ -60,13 +60,13 @@ repos:
60
stages: [manual]
61
62
63
64
65
66
args: [--max-line-length=100]
67
68
- repo: https://github.com/sirosen/check-jsonschema
69
- rev: 0.14.3
+ rev: 0.15.0
70
71
- id: check-jsonschema
72
name: "Check GitHub Workflows"
0 commit comments