Skip to content

Commit 46137bf

Browse files
chore: pre-commit autoupdate (#9)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 481600f commit 46137bf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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.1.0
12+
rev: v2.2.2
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: "v2.7.1"
21+
rev: "v3.0.0-alpha.4"
2222
hooks:
2323
- id: prettier
2424
- repo: https://github.com/igorshubovych/markdownlint-cli
25-
rev: v0.32.1
25+
rev: v0.32.2
2626
hooks:
2727
- id: markdownlint

0 commit comments

Comments
 (0)