diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d11c75..2a45ba8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,11 +13,11 @@ repos: hooks: - id: black-jupyter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.11.4" + rev: "v0.11.8" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: "v20.1.0" + rev: "v20.1.3" hooks: - id: clang-format