Skip to content

Commit 2fe78a6

Browse files
chore: pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.2.2 → v2.2.6](codespell-project/codespell@v2.2.2...v2.2.6) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v4.0.0-alpha.8) - [github.com/igorshubovych/markdownlint-cli: v0.33.0 → v0.40.0](igorshubovych/markdownlint-cli@v0.33.0...v0.40.0)
1 parent df00564 commit 2fe78a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99
for more information, see https://pre-commit.ci
1010
repos:
1111
- repo: https://github.com/codespell-project/codespell
12-
rev: v2.2.2
12+
rev: v2.2.6
1313
hooks:
1414
- id: codespell
1515
exclude: >
@@ -18,10 +18,10 @@ repos:
1818
)$
1919
- repo: https://github.com/pre-commit/mirrors-prettier
2020
# keep it before markdownlint
21-
rev: "v3.0.0-alpha.6"
21+
rev: "v4.0.0-alpha.8"
2222
hooks:
2323
- id: prettier
2424
- repo: https://github.com/igorshubovych/markdownlint-cli
25-
rev: v0.33.0
25+
rev: v0.40.0
2626
hooks:
2727
- id: markdownlint

0 commit comments

Comments
 (0)