Skip to content

Commit

Permalink
pre-commit: autoupdate hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/igorshubovych/markdownlint-cli: v0.40.0 → v0.42.0](igorshubovych/markdownlint-cli@v0.40.0...v0.42.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 30, 2024
1 parent 0a0afa7 commit a3efdb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ repos:
- commit-msg

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: ["--ignore-words=codespell-ignore-dictionary.txt"]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.40.0
rev: v0.42.0
hooks:
- id: markdownlint
- id: markdownlint-fix
Expand Down

0 comments on commit a3efdb4

Please sign in to comment.