diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f26fcc3..79551a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,17 +42,17 @@ repos: - id: yapf args: [-i, --style, .style.yapf] - repo: https://github.com/asottile/reorder_python_imports - rev: v3.12.0 + rev: v3.13.0 hooks: - id: reorder-python-imports args: [--py37-plus] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.1 + rev: v0.4.7 hooks: - id: ruff args: [--fix, --show-fixes, --exit-non-zero-on-fix] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v18.1.4 + rev: v18.1.6 hooks: - id: clang-format - repo: https://github.com/cpplint/cpplint