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/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.0.3](editorconfig-checker/editorconfig-checker.python@2.7.3...3.0.3)
- [github.com/rhysd/actionlint: v1.6.27 → v1.7.4](rhysd/actionlint@v1.6.27...v1.7.4)
- [github.com/executablebooks/mdformat: 0.7.17 → 0.7.21](hukkin/mdformat@0.7.17...0.7.21)
- [github.com/DavidAnson/markdownlint-cli2: v0.13.0 → v0.16.0](DavidAnson/markdownlint-cli2@v0.13.0...v0.16.0)
- [github.com/pre-commit/mirrors-clang-format: v18.1.4 → v19.1.5](pre-commit/mirrors-clang-format@v18.1.4...v19.1.5)
- [github.com/Decodetalkers/neocmakelsp: v0.6.23 → v0.8.14](neocmakelsp/neocmakelsp@v0.6.23...v0.8.14)
  • Loading branch information
pre-commit-ci[bot] authored Dec 23, 2024
1 parent 26a4749 commit 49910b5
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 @@ -3,7 +3,7 @@ exclude: ^flake\.lock$

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 All @@ -27,7 +27,7 @@ repos:
hooks:
- id: remove-crlf
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
additional_dependencies:
Expand All @@ -39,7 +39,7 @@ repos:
args:
- --msg-filename
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.7.3
rev: 3.0.3
hooks:
- id: editorconfig-checker
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand All @@ -51,15 +51,15 @@ repos:
exclude_types:
- zsh
- repo: https://github.com/rhysd/actionlint
rev: v1.6.27
rev: v1.7.4
hooks:
- id: actionlint
- repo: https://github.com/adrienverge/yamllint
rev: v1.35.1
hooks:
- id: yamllint
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
rev: 0.7.21
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -74,14 +74,14 @@ repos:
- mdformat-web
exclude: \.1\.md$
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.13.0
rev: v0.16.0
hooks:
- id: markdownlint-cli2
exclude: \.1\.md$
additional_dependencies:
- markdown-it-texmath
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.4
rev: v19.1.5
hooks:
- id: clang-format
exclude_types:
Expand All @@ -96,7 +96,7 @@ repos:
- yaml
- json
- repo: https://github.com/Decodetalkers/neocmakelsp
rev: v0.6.23
rev: v0.8.14
hooks:
- id: neocmakelsp-format
- repo: https://github.com/nix-community/nixpkgs-fmt
Expand Down

0 comments on commit 49910b5

Please sign in to comment.