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/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/executablebooks/mdformat: 0.7.17 → 0.7.18](hukkin/mdformat@0.7.17...0.7.18)
- [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.04](perltidy/perltidy@20240511.10...20240903.04)
- [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.3...v0.6.9)
- [github.com/kumaraditya303/mirrors-pyright: v1.1.378 → v1.1.384](kumaraditya303/mirrors-pyright@v1.1.378...v1.1.384)
- [github.com/pre-commit/mirrors-clang-format: v18.1.8 → v19.1.1](pre-commit/mirrors-clang-format@v18.1.8...v19.1.1)
- [github.com/Decodetalkers/neocmakelsp: v0.8.2 → v0.8.11](neocmakelsp/neocmakelsp@v0.8.2...v0.8.11)
- [github.com/priv-kweihmann/oelint-adv: 5.7.2 → 6.5.1](priv-kweihmann/oelint-adv@5.7.2...6.5.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 14, 2024
1 parent 08ccd03 commit 0c6b62a
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
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: fix-byte-order-marker
Expand Down Expand Up @@ -52,7 +52,7 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
rev: 0.7.18
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -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.04"
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.9
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: v1.1.378
rev: v1.1.384
hooks:
- id: pyright
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.8
rev: v19.1.1
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.11
hooks:
- id: neocmakelsp-format
- repo: https://github.com/priv-kweihmann/oelint-adv
rev: 5.7.2
rev: 6.5.1
hooks:
- id: oelint-adv

Expand Down

0 comments on commit 0c6b62a

Please sign in to comment.