diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 68b9593..116057b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: autoupdate_schedule: quarterly repos: - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.8 + rev: v22.1.2 hooks: - id: clang-format types_or: [] @@ -26,7 +26,7 @@ repos: - id: cmake-format additional_dependencies: [pyyaml>=5.1] - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.5 + rev: v1.5.6 hooks: - id: forbid-tabs - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt