diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0a0313cd..6a56b1d8 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.13.3 + rev: v0.14.10 hooks: - id: ruff args: @@ -23,7 +23,7 @@ repos: - id: toml-sort-fix exclude: pixi.toml|dockgen.toml - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.2 + rev: v21.1.8 hooks: - id: clang-format - repo: https://github.com/pre-commit/pre-commit-hooks