diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fde624ee..3b10401d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,7 +49,7 @@ repos: ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.11 + rev: v0.15.12 hooks: - id: ruff-check name: ruff check @@ -65,7 +65,7 @@ repos: args: [--extend-ignore=E203] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.3 + rev: v22.1.4 hooks: - id: clang-format name: Format C++ code