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/DavidAnson/markdownlint-cli2: v0.13.0 → v0.14.0](DavidAnson/markdownlint-cli2@v0.13.0...v0.14.0)
- [github.com/perltidy/perltidy: 20240511.10 → 20240903.03](perltidy/perltidy@20240511.10...20240903.03)
- [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.8](astral-sh/ruff-pre-commit@v0.6.3...v0.6.8)
- [github.com/kumaraditya303/mirrors-pyright: v1.1.378 → v1.1.382](kumaraditya303/mirrors-pyright@v1.1.378...v1.1.382)
- [github.com/pre-commit/mirrors-clang-format: v18.1.8 → v19.1.0](pre-commit/mirrors-clang-format@v18.1.8...v19.1.0)
- [github.com/Decodetalkers/neocmakelsp: v0.8.2 → v0.8.6](neocmakelsp/neocmakelsp@v0.8.2...v0.8.6)
- [github.com/priv-kweihmann/oelint-adv: 5.7.2 → 6.1.0](priv-kweihmann/oelint-adv@5.7.2...6.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 30, 2024
1 parent 2a4fd05 commit 43001d0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,42 +66,42 @@ repos:
- mdformat-config
- mdformat-web
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.13.0
rev: v0.14.0
hooks:
- id: markdownlint-cli2
additional_dependencies:
- markdown-it-texmath
- repo: https://github.com/perltidy/perltidy
rev: "20240511.10"
rev: "20240903.03"
hooks:
- id: perltidy
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.9.0-1
hooks:
- id: shfmt
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.6.8
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: v1.1.378
rev: v1.1.382
hooks:
- id: pyright
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.8
rev: v19.1.0
hooks:
- id: clang-format
- repo: https://github.com/cmake-lint/cmake-lint
rev: 1.4.3
hooks:
- id: cmakelint
- repo: https://github.com/Decodetalkers/neocmakelsp
rev: v0.8.2
rev: v0.8.6
hooks:
- id: neocmakelsp-format
- repo: https://github.com/priv-kweihmann/oelint-adv
rev: 5.7.2
rev: 6.1.0
hooks:
- id: oelint-adv

Expand Down

0 comments on commit 43001d0

Please sign in to comment.