diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b1b6b72..983c4b6c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: autoupdate_schedule: quarterly repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.4 + rev: v0.12.2 hooks: - id: ruff args: @@ -23,7 +23,7 @@ repos: - id: toml-sort-fix exclude: pixi.toml - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v20.1.0 + rev: v20.1.7 hooks: - id: clang-format - repo: https://github.com/pre-commit/pre-commit-hooks