diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea068c4f..5ac7dd60 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,11 +21,11 @@ repos: - id: destroyed-symlinks - id: check-executables-have-shebangs - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.6 + rev: v22.1.0 hooks: - id: clang-format - repo: https://github.com/PyCQA/pylint - rev: v4.0.4 + rev: v4.0.5 hooks: - id: pylint exclude: ^(.cmake-format.py|conan/conanfile.py) @@ -46,7 +46,7 @@ repos: - id: cmake-format exclude: (.py.cmake|Doxyfile.cmake) - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.19.1 + rev: v0.21.0 hooks: - id: markdownlint-cli2 files: \.(md|mdown|markdown)$