Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
- [github.com/editorconfig-checker/editorconfig-checker.python: 3.0.3 → 3.2.0](editorconfig-checker/editorconfig-checker.python@3.0.3...3.2.0)
- [github.com/rhysd/actionlint: v1.7.4 → v1.7.7](rhysd/actionlint@v1.7.4...v1.7.7)
- [github.com/executablebooks/mdformat: 0.7.19 → 0.7.22](hukkin/mdformat@0.7.19...0.7.22)
- [github.com/DavidAnson/markdownlint-cli2: v0.15.0 → v0.17.2](DavidAnson/markdownlint-cli2@v0.15.0...v0.17.2)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent d5ce2ce commit 8927cee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
hooks:
- id: remove-crlf
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
additional_dependencies:
Expand All @@ -38,23 +38,23 @@ repos:
args:
- --msg-filename
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 3.0.3
rev: 3.2.0
hooks:
- id: editorconfig-checker
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 3.0.0
hooks:
- id: check-mailmap
- repo: https://github.com/rhysd/actionlint
rev: v1.7.4
rev: v1.7.7
hooks:
- id: actionlint
- repo: https://github.com/adrienverge/yamllint
rev: v1.35.1
hooks:
- id: yamllint
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.19
rev: 0.7.22
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -68,7 +68,7 @@ repos:
- mdformat-config
- mdformat-web
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.15.0
rev: v0.17.2
hooks:
- id: markdownlint-cli2
additional_dependencies:
Expand Down

0 comments on commit 8927cee

Please sign in to comment.