diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 014c62d3e..6be366ade 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: submodules: true repos: - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.4 + rev: v19.1.6 hooks: - id: clang-format types_or: [] @@ -29,7 +29,7 @@ repos: )$ - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.8.1' + rev: 'v0.8.6' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]