Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/codespell-project/codespell: v2.2.2 → v2.2.5](codespell-project/codespell@v2.2.2...v2.2.5)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.3)
- [github.com/igorshubovych/markdownlint-cli: v0.33.0 → v0.36.0](igorshubovych/markdownlint-cli@v0.33.0...v0.36.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 5, 2023
1 parent df00564 commit 6c891d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ci:
for more information, see https://pre-commit.ci
repos:
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.5
hooks:
- id: codespell
exclude: >
Expand All @@ -18,10 +18,10 @@ repos:
)$
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before markdownlint
rev: "v3.0.0-alpha.6"
rev: "v3.0.3"
hooks:
- id: prettier
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.33.0
rev: v0.36.0
hooks:
- id: markdownlint

0 comments on commit 6c891d2

Please sign in to comment.