Skip to content

Commit b37296d

Browse files
chore(deps): update pre-commit-deps
1 parent 58ef880 commit b37296d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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,7 +49,7 @@ 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.6
5353
hooks:
5454
- id: ruff
5555
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
@@ -59,7 +59,7 @@ repos:
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)