From d0cbca73a4f3f633f810734e71e49d5d1a42036b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 12:22:32 +0000 Subject: [PATCH] chore(deps): update pre-commit-deps --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0fa0ff78..cc746104 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,17 +44,17 @@ repos: - id: yapf args: [-i, --style, .style.yapf] - repo: https://github.com/asottile/reorder_python_imports - rev: v3.13.0 + rev: v3.14.0 hooks: - id: reorder-python-imports args: [--py37-plus] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.7.3 hooks: - id: ruff args: [--fix, --show-fixes, --exit-non-zero-on-fix] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.1 + rev: v19.1.3 hooks: - id: clang-format - repo: https://github.com/cpplint/cpplint