Skip to content

Commit 12d00e9

Browse files
pre-commit-ci[bot]rkm
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.0-alpha.9-for-vscode) - [github.com/adrienverge/yamllint: v1.30.0 → v1.31.0](adrienverge/yamllint@v1.30.0...v1.31.0)
1 parent 660c1b5 commit 12d00e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ repos:
4343
- id: codespell
4444
args: [--ignore-words, .meta/codespell-ignores]
4545
- repo: https://github.com/pre-commit/mirrors-prettier
46-
rev: "v3.0.0-alpha.6"
46+
rev: "v3.0.0-alpha.9-for-vscode"
4747
hooks:
4848
- id: prettier
4949
args: [--config, .meta/prettierrc.yml]
5050
- repo: https://github.com/adrienverge/yamllint
51-
rev: "v1.30.0"
51+
rev: "v1.31.0"
5252
hooks:
5353
- id: yamllint
5454
args: [-c, .meta/yamllint.yaml]

0 commit comments

Comments
 (0)