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.5 → v1.7.7](rhysd/actionlint@v1.7.5...v1.7.7)
- [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](hukkin/mdformat@0.7.21...0.7.22)
- [github.com/DavidAnson/markdownlint-cli2: v0.17.0 → v0.17.2](DavidAnson/markdownlint-cli2@v0.17.0...v0.17.2)
- [github.com/perltidy/perltidy: 20240903.09 → 20250105.03](perltidy/perltidy@20240903.09...20250105.03)
- [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.4...v0.9.4)
- [github.com/kumaraditya303/mirrors-pyright: v1.1.391 → v1.1.393](kumaraditya303/mirrors-pyright@v1.1.391...v1.1.393)
- [github.com/Freed-Wu/astyle-wheel: 3.4.6 → 3.6.6](3.4.6...3.6.6)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent 083e766 commit 5fb3107
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.1
hooks:
- id: codespell
additional_dependencies:
Expand All @@ -39,23 +39,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.5
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.21
rev: 0.7.22
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -69,30 +69,30 @@ repos:
- mdformat-config
- mdformat-web
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.17.0
rev: v0.17.2
hooks:
- id: markdownlint-cli2
additional_dependencies:
- markdown-it-texmath
- repo: https://github.com/perltidy/perltidy
rev: "20240903.09"
rev: "20250105.03"
hooks:
- id: perltidy
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
rev: v0.9.4
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: v1.1.391
rev: v1.1.393
hooks:
- id: pyright
- repo: https://github.com/cmake-lint/cmake-lint
rev: 1.4.3
hooks:
- id: cmakelint
- repo: https://github.com/Freed-Wu/astyle-wheel
rev: "3.4.6"
rev: "3.6.6"
hooks:
- id: astyle
exclude: \btests/input\.c$
Expand Down

0 comments on commit 5fb3107

Please sign in to comment.