Skip to content

Commit 76751ce

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.4.1](editorconfig-checker/editorconfig-checker.python@2.7.3...3.4.1) - [github.com/rhysd/actionlint: v1.6.27 → v1.7.8](rhysd/actionlint@v1.6.27...v1.7.8) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.1](adrienverge/yamllint@v1.35.1...v1.37.1) - [github.com/executablebooks/mdformat: 0.7.17 → 1.0.0](hukkin/mdformat@0.7.17...1.0.0) - [github.com/DavidAnson/markdownlint-cli2: v0.13.0 → v0.19.0](DavidAnson/markdownlint-cli2@v0.13.0...v0.19.0) - [github.com/pre-commit/mirrors-clang-format: v18.1.4 → v21.1.5](pre-commit/mirrors-clang-format@v18.1.4...v21.1.5) - [github.com/Decodetalkers/neocmakelsp: v0.6.23 → v0.8.26](neocmakelsp/neocmakelsp@v0.6.23...v0.8.26)
1 parent 437b855 commit 76751ce

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exclude: ^flake\.lock$
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: fix-byte-order-marker
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: remove-crlf
2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.2.6
30+
rev: v2.4.1
3131
hooks:
3232
- id: codespell
3333
additional_dependencies:
@@ -39,7 +39,7 @@ repos:
3939
args:
4040
- --msg-filename
4141
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
42-
rev: 2.7.3
42+
rev: 3.4.1
4343
hooks:
4444
- id: editorconfig-checker
4545
- repo: https://github.com/jumanjihouse/pre-commit-hooks
@@ -51,15 +51,15 @@ repos:
5151
exclude_types:
5252
- zsh
5353
- repo: https://github.com/rhysd/actionlint
54-
rev: v1.6.27
54+
rev: v1.7.8
5555
hooks:
5656
- id: actionlint
5757
- repo: https://github.com/adrienverge/yamllint
58-
rev: v1.35.1
58+
rev: v1.37.1
5959
hooks:
6060
- id: yamllint
6161
- repo: https://github.com/executablebooks/mdformat
62-
rev: 0.7.17
62+
rev: 1.0.0
6363
hooks:
6464
- id: mdformat
6565
additional_dependencies:
@@ -74,14 +74,14 @@ repos:
7474
- mdformat-web
7575
exclude: \.1\.md$
7676
- repo: https://github.com/DavidAnson/markdownlint-cli2
77-
rev: v0.13.0
77+
rev: v0.19.0
7878
hooks:
7979
- id: markdownlint-cli2
8080
exclude: \.1\.md$
8181
additional_dependencies:
8282
- markdown-it-texmath
8383
- repo: https://github.com/pre-commit/mirrors-clang-format
84-
rev: v18.1.4
84+
rev: v21.1.5
8585
hooks:
8686
- id: clang-format
8787
exclude_types:
@@ -96,7 +96,7 @@ repos:
9696
- yaml
9797
- json
9898
- repo: https://github.com/Decodetalkers/neocmakelsp
99-
rev: v0.6.23
99+
rev: v0.8.26
100100
hooks:
101101
- id: neocmakelsp-format
102102
- repo: https://github.com/nix-community/nixpkgs-fmt

0 commit comments

Comments
 (0)