diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 058ffd2..50c9689 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: args: [--allow-multiple-documents] - id: check-json - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.1 + rev: v19.1.3 hooks: - id: clang-format - repo: https://github.com/codespell-project/codespell @@ -27,12 +27,12 @@ repos: - id: cmake-lint - id: cmake-format - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.14.0 + rev: v0.15.0 hooks: - id: markdownlint-cli2 exclude: ^(3rdParty/|common/ui/resources/licenses/) files: \.(md|mdown|markdown)$ - repo: https://github.com/fsfe/reuse-tool - rev: v4.0.3 + rev: v5.0.2 hooks: - id: reuse