Skip to content

Commit b5f596d

Browse files
chore(deps): update pre-commit-deps
1 parent 65f50cd commit b5f596d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.0.3
1212
hooks:
1313
- id: buildifier
1414
args:
@@ -49,17 +49,17 @@ repos:
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.11.8
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: v20.1.0
57+
rev: v20.1.4
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)