diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3cb9e31..1770151 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,13 +5,13 @@ ci: repos: # C++ formatting - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.7 + rev: v21.1.8 hooks: - id: clang-format # Python linting and formatting - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.9" + rev: "v0.14.10" hooks: - id: ruff-check args: ["--fix", "--show-fixes"]