Skip to content

Commit 2d2b87e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.2 → v22.1.5](pre-commit/mirrors-clang-format@v21.1.2...v22.1.5) - [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.17.0](markdownlint/markdownlint@v0.12.0...v0.17.0)
1 parent 4f8921b commit 2d2b87e

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
@@ -19,12 +19,12 @@ repos:
1919
- id: destroyed-symlinks
2020
- id: check-executables-have-shebangs
2121
- repo: https://github.com/pre-commit/mirrors-clang-format
22-
rev: v21.1.2
22+
rev: v22.1.5
2323
hooks:
2424
- id: clang-format
2525
exclude: (.json)
2626
- repo: https://github.com/codespell-project/codespell
27-
rev: v2.4.1
27+
rev: v2.4.2
2828
hooks:
2929
- id: codespell
3030
- repo: https://github.com/cheshirekow/cmake-format-precommit
@@ -35,7 +35,7 @@ repos:
3535
- id: cmake-format
3636
exclude: (.py.cmake|Doxyfile.cmake)
3737
- repo: https://github.com/markdownlint/markdownlint
38-
rev: v0.12.0
38+
rev: v0.17.0
3939
hooks:
4040
- id: markdownlint
4141
entry: mdl

0 commit comments

Comments
 (0)