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/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.2](astral-sh/ruff-pre-commit@v0.6.9...v0.7.2)
- [github.com/kumaraditya303/mirrors-pyright: v1.1.384 → v1.1.387](kumaraditya303/mirrors-pyright@v1.1.384...v1.1.387)
- [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 4, 2024
1 parent b1a36e3 commit caa5963
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 @@ -72,36 +72,36 @@ repos:
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.2
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: v1.1.384
rev: v1.1.387
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 caa5963

Please sign in to comment.