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.5 → v1.7.7](rhysd/actionlint@v1.7.5...v1.7.7)
- [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.3](astral-sh/ruff-pre-commit@v0.8.4...v0.9.3)
- [github.com/kumaraditya303/mirrors-pyright: v1.1.391 → v1.1.392](kumaraditya303/mirrors-pyright@v1.1.391...v1.1.392)
- [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 Jan 27, 2025
1 parent 083e766 commit 6f469f1
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,15 +39,15 @@ 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
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
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.3
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: v1.1.391
rev: v1.1.392
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 6f469f1

Please sign in to comment.