Skip to content

Commit cd3c3ec

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.2 → v22.1.4](pre-commit/mirrors-clang-format@v21.1.2...v22.1.4) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/markdownlint/markdownlint: v0.12.0 → v0.15.0](markdownlint/markdownlint@v0.12.0...v0.15.0)
1 parent faa80aa commit cd3c3ec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ repos:
1616
args: [--allow-multiple-documents]
1717
- id: check-json
1818
- repo: https://github.com/pre-commit/mirrors-clang-format
19-
rev: v21.1.2
19+
rev: v22.1.4
2020
hooks:
2121
- id: clang-format
2222
- repo: https://github.com/codespell-project/codespell
23-
rev: v2.4.1
23+
rev: v2.4.2
2424
hooks:
2525
- id: codespell
2626
- repo: https://github.com/cheshirekow/cmake-format-precommit
@@ -31,7 +31,7 @@ repos:
3131
- id: cmake-format
3232
exclude: (.py.cmake|.h.cmake|Doxyfile.cmake|cmake/Toolchain|cmake/FindGraphviz.cmake)
3333
- repo: https://github.com/markdownlint/markdownlint
34-
rev: v0.12.0
34+
rev: v0.15.0
3535
hooks:
3636
- id: markdownlint
3737
entry: mdl

0 commit comments

Comments
 (0)