Skip to content

Commit 09c76d9

Browse files
chore(deps): update pre-commit-deps
1 parent 47fb64c commit 09c76d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude: (.*\.patch)
88

99
repos:
1010
- repo: https://github.com/keith/pre-commit-buildifier
11-
rev: 8.0.1
11+
rev: 8.2.1
1212
hooks:
1313
- id: buildifier
1414
args:
@@ -44,22 +44,22 @@ repos:
4444
- id: yapf
4545
args: [-i, --style, .style.yapf]
4646
- repo: https://github.com/asottile/reorder_python_imports
47-
rev: v3.14.0
47+
rev: v3.16.0
4848
hooks:
4949
- id: reorder-python-imports
5050
args: [--py37-plus]
5151
- repo: https://github.com/astral-sh/ruff-pre-commit
52-
rev: v0.11.0
52+
rev: v0.14.14
5353
hooks:
5454
- id: ruff
5555
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
5656
- repo: https://github.com/pre-commit/mirrors-clang-format
57-
rev: v21.1.6
57+
rev: v21.1.8
5858
hooks:
5959
- id: clang-format
6060
exclude_types: [json]
6161
- repo: https://github.com/cpplint/cpplint
62-
rev: 2.0.0
62+
rev: 2.0.2
6363
hooks:
6464
- id: cpplint
6565
args: ["--filter=-build/c++11,-build/c++14"]

0 commit comments

Comments
 (0)