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.0](codespell-project/codespell@v2.3.0...v2.4.0)
- [github.com/editorconfig-checker/editorconfig-checker.python: 3.0.3 → 3.1.3](editorconfig-checker/editorconfig-checker.python@3.0.3...3.1.3)
- [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.21](hukkin/mdformat@0.7.19...0.7.21)
- [github.com/DavidAnson/markdownlint-cli2: v0.16.0 → v0.17.2](DavidAnson/markdownlint-cli2@v0.16.0...v0.17.2)
- [github.com/perltidy/perltidy: 20240903.08 → 20250105.03](perltidy/perltidy@20240903.08...20250105.03)
- [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.9.3](astral-sh/ruff-pre-commit@v0.8.3...v0.9.3)
- [github.com/kumaraditya303/mirrors-pyright: v1.1.390 → v1.1.392](kumaraditya303/mirrors-pyright@v1.1.390...v1.1.392)
  • Loading branch information
pre-commit-ci[bot] authored Jan 27, 2025
1 parent 5eccac5 commit ab7f545
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
hooks:
- id: remove-crlf
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
additional_dependencies:
Expand All @@ -39,7 +39,7 @@ repos:
args:
- --msg-filename
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 3.0.3
rev: 3.1.3
hooks:
- id: editorconfig-checker
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand All @@ -50,15 +50,15 @@ repos:
exclude_types:
- zsh
- 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.21
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -72,7 +72,7 @@ repos:
- mdformat-config
- mdformat-web
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.16.0
rev: v0.17.2
hooks:
- id: markdownlint-cli2
additional_dependencies:
Expand All @@ -85,20 +85,20 @@ repos:
- id: update-package.json
- id: update-addon-info.json
- repo: https://github.com/perltidy/perltidy
rev: "20240903.08"
rev: "20250105.03"
hooks:
- id: perltidy
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.10.0-2
hooks:
- id: shfmt
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.3
rev: v0.9.3
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: v1.1.390
rev: v1.1.392
hooks:
- id: pyright
- repo: https://github.com/vimjas/vint
Expand Down

0 comments on commit ab7f545

Please sign in to comment.