Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exclude: (.*\.patch)

repos:
- repo: https://github.com/keith/pre-commit-buildifier
rev: 8.0.1
rev: 8.2.1
hooks:
- id: buildifier
args:
Expand Down Expand Up @@ -44,22 +44,22 @@ repos:
- id: yapf
args: [-i, --style, .style.yapf]
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.14.0
rev: v3.16.0
hooks:
- id: reorder-python-imports
args: [--py37-plus]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.0
rev: v0.15.1
hooks:
- id: ruff
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v21.1.6
rev: v21.1.8
hooks:
- id: clang-format
exclude_types: [json]
- repo: https://github.com/cpplint/cpplint
rev: 2.0.0
rev: 2.0.2
hooks:
- id: cpplint
args: ["--filter=-build/c++11,-build/c++14"]
Expand Down
Loading