diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 353bca783..536ecc87f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: clang-format exclude: (.json) - repo: https://github.com/PyCQA/pylint - rev: v3.3.9 + rev: v4.0.2 hooks: - id: pylint exclude: ^(.cmake-format.py|conan/conanfile.py) @@ -48,7 +48,7 @@ repos: - id: cmake-format exclude: (.py.cmake|Doxyfile.cmake|examples/flutter/|tests/flutter/) - repo: https://github.com/fsfe/reuse-tool - rev: v6.0.0 + rev: v6.2.0 hooks: - id: reuse - repo: https://github.com/scop/pre-commit-shfmt @@ -60,7 +60,7 @@ repos: hooks: - id: shellcheck - repo: https://github.com/compilerla/conventional-pre-commit - rev: v4.2.0 + rev: v4.3.0 hooks: - id: conventional-pre-commit stages: [commit-msg]