Skip to content

Commit 6434b07

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.2](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.2) - [github.com/igorshubovych/markdownlint-cli: v0.34.0 → v0.35.0](igorshubovych/markdownlint-cli@v0.34.0...v0.35.0) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5) - [github.com/adrienverge/yamllint.git: v1.31.0 → v1.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.31.0...v1.32.0)
1 parent d9a6be5 commit 6434b07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-prettier
3-
rev: v3.0.0-alpha.9-for-vscode
3+
rev: v3.0.2
44
hooks:
55
- id: prettier
66
exclude: ".*.jinja2$"
77
- repo: https://github.com/igorshubovych/markdownlint-cli
8-
rev: v0.34.0
8+
rev: v0.35.0
99
hooks:
1010
- id: markdownlint
1111
args:
1212
- "--fix"
1313
exclude: ".*.jinja2$"
1414
- repo: https://github.com/codespell-project/codespell
15-
rev: v2.2.4
15+
rev: v2.2.5
1616
hooks:
1717
- id: codespell
1818
args:
@@ -28,6 +28,6 @@ repos:
2828
- id: no-commit-to-branch
2929
- id: requirements-txt-fixer
3030
- repo: https://github.com/adrienverge/yamllint.git
31-
rev: v1.31.0
31+
rev: v1.32.0
3232
hooks:
3333
- id: yamllint

0 commit comments

Comments
 (0)