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/editorconfig-checker/editorconfig-checker.python: 3.0.3 → 3.1.2](editorconfig-checker/editorconfig-checker.python@3.0.3...3.1.2)
- [github.com/executablebooks/mdformat: 0.7.19 → 0.7.21](hukkin/mdformat@0.7.19...0.7.21)
- [github.com/DavidAnson/markdownlint-cli2: v0.16.0 → v0.17.2](DavidAnson/markdownlint-cli2@v0.16.0...v0.17.2)
- [github.com/perltidy/perltidy: 20240903.07 → 20250105.02](perltidy/perltidy@20240903.07...20250105.02)
- [github.com/pre-commit/mirrors-clang-format: v19.1.4 → v19.1.7](pre-commit/mirrors-clang-format@v19.1.4...v19.1.7)
- [github.com/priv-kweihmann/oelint-adv: 6.6.3 → 6.7.1](priv-kweihmann/oelint-adv@6.6.3...6.7.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 20, 2025
1 parent f0ee729 commit 4da2501
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
args:
- --msg-filename
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 3.0.3
rev: 3.1.2
hooks:
- id: editorconfig-checker
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand All @@ -52,7 +52,7 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.19
rev: 0.7.21
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -66,25 +66,25 @@ repos:
- mdformat-config
- mdformat-web
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.16.0
rev: v0.17.2
hooks:
- id: markdownlint-cli2
additional_dependencies:
- markdown-it-texmath
- repo: https://github.com/perltidy/perltidy
rev: "20240903.07"
rev: "20250105.02"
hooks:
- id: perltidy
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.10.0-2
hooks:
- id: shfmt
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.4
rev: v19.1.7
hooks:
- id: clang-format
- repo: https://github.com/priv-kweihmann/oelint-adv
rev: 6.6.3
rev: 6.7.1
hooks:
- id: oelint-adv

Expand Down

0 comments on commit 4da2501

Please sign in to comment.