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 660c1b5 commit 12d00e9Copy full SHA for 12d00e9
.pre-commit-config.yaml
@@ -43,12 +43,12 @@ repos:
43
- id: codespell
44
args: [--ignore-words, .meta/codespell-ignores]
45
- repo: https://github.com/pre-commit/mirrors-prettier
46
- rev: "v3.0.0-alpha.6"
+ rev: "v3.0.0-alpha.9-for-vscode"
47
hooks:
48
- id: prettier
49
args: [--config, .meta/prettierrc.yml]
50
- repo: https://github.com/adrienverge/yamllint
51
- rev: "v1.30.0"
+ rev: "v1.31.0"
52
53
- id: yamllint
54
args: [-c, .meta/yamllint.yaml]
0 commit comments