diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 50220153..74ec633e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,11 +20,11 @@ repos: - id: destroyed-symlinks - id: check-executables-have-shebangs - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.0 + rev: v21.1.8 hooks: - id: clang-format - repo: https://github.com/PyCQA/pylint - rev: v3.3.8 + rev: v4.0.4 hooks: - id: pylint exclude: ^(.cmake-format.py|conan/conanfile.py|scripts/genignore.py) @@ -45,13 +45,13 @@ repos: - id: cmake-format exclude: (.py.cmake|Doxyfile.cmake) - repo: https://github.com/markdownlint/markdownlint - rev: v0.12.0 + rev: v0.15.0 hooks: - id: markdownlint entry: mdl language: ruby files: \.(md|mdown|markdown)$ - repo: https://github.com/fsfe/reuse-tool - rev: v5.0.2 + rev: v6.2.0 hooks: - id: reuse