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