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.14.0 → v0.15.0](DavidAnson/markdownlint-cli2@v0.14.0...v0.15.0)
- [github.com/perltidy/perltidy: 20240903.04 → 20240903.06](perltidy/perltidy@20240903.04...20240903.06)
- [github.com/scop/pre-commit-shfmt: v3.9.0-1 → v3.10.0-1](scop/pre-commit-shfmt@v3.9.0-1...v3.10.0-1)
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.3](astral-sh/ruff-pre-commit@v0.6.9...v0.7.3)
- [github.com/kumaraditya303/mirrors-pyright: v1.1.384 → v1.1.388](kumaraditya303/mirrors-pyright@v1.1.384...v1.1.388)
- [github.com/pre-commit/mirrors-clang-format: v19.1.1 → v19.1.3](pre-commit/mirrors-clang-format@v19.1.1...v19.1.3)
- [github.com/Decodetalkers/neocmakelsp: v0.8.11 → v0.8.12.2](neocmakelsp/neocmakelsp@v0.8.11...v0.8.12.2)
- [github.com/priv-kweihmann/oelint-adv: 6.5.1 → 6.5.6](priv-kweihmann/oelint-adv@6.5.1...6.5.6)
  • Loading branch information
pre-commit-ci[bot] authored Nov 11, 2024
1 parent b1a36e3 commit 785c6e9
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 @@ -66,42 +66,42 @@ repos:
- mdformat-config
- mdformat-web
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.14.0
rev: v0.15.0
hooks:
- id: markdownlint-cli2
additional_dependencies:
- markdown-it-texmath
- repo: https://github.com/perltidy/perltidy
rev: "20240903.04"
rev: "20240903.06"
hooks:
- id: perltidy
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.9.0-1
rev: v3.10.0-1
hooks:
- id: shfmt
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.3
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: v1.1.384
rev: v1.1.388
hooks:
- id: pyright
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.1
rev: v19.1.3
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.11
rev: v0.8.12.2
hooks:
- id: neocmakelsp-format
- repo: https://github.com/priv-kweihmann/oelint-adv
rev: 6.5.1
rev: 6.5.6
hooks:
- id: oelint-adv

Expand Down

0 comments on commit 785c6e9

Please sign in to comment.