Skip to content

Commit 1fca53a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.2 → v21.1.6](pre-commit/mirrors-clang-format@v21.1.2...v21.1.6) - [github.com/PyCQA/pylint: v4.0.2 → v4.0.4](pylint-dev/pylint@v4.0.2...v4.0.4) - [github.com/markdownlint/markdownlint: v0.12.0 → v0.15.0](markdownlint/markdownlint@v0.12.0...v0.15.0)
1 parent 100efaa commit 1fca53a

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
@@ -21,11 +21,11 @@ repos:
2121
- id: destroyed-symlinks
2222
- id: check-executables-have-shebangs
2323
- repo: https://github.com/pre-commit/mirrors-clang-format
24-
rev: v21.1.2
24+
rev: v21.1.6
2525
hooks:
2626
- id: clang-format
2727
- repo: https://github.com/PyCQA/pylint
28-
rev: v4.0.2
28+
rev: v4.0.4
2929
hooks:
3030
- id: pylint
3131
exclude: ^(.cmake-format.py|conan/.*/conanfile.py)
@@ -46,7 +46,7 @@ repos:
4646
- id: cmake-format
4747
exclude: (cmake/Toolchain-QNX|.py.cmake|.h.cmake|.rc.cmake|Doxyfile.cmake|gammaray.qhcp.cmake)
4848
- repo: https://github.com/markdownlint/markdownlint
49-
rev: v0.12.0
49+
rev: v0.15.0
5050
hooks:
5151
- id: markdownlint
5252
entry: mdl

0 commit comments

Comments
 (0)