Skip to content

Commit 9a15bc0

Browse files
[pre-commit.ci] pre-commit autoupdate (#4192)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.8...v0.6.9) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.0](adamchainz/blacken-docs@1.18.0...1.19.0) - [github.com/pre-commit/mirrors-clang-format: v19.1.0 → v19.1.1](pre-commit/mirrors-clang-format@v19.1.0...v19.1.1) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b807bb4 commit 9a15bc0

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
exclude: "^.+\\.pbtxt$"
@@ -29,7 +29,7 @@ repos:
2929
exclude: ^source/3rdparty
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
3131
# Ruff version.
32-
rev: v0.6.8
32+
rev: v0.6.9
3333
hooks:
3434
- id: ruff
3535
args: ["--fix"]
@@ -47,12 +47,12 @@ repos:
4747
exclude: ^source/3rdparty
4848
# Python inside docs
4949
- repo: https://github.com/asottile/blacken-docs
50-
rev: 1.18.0
50+
rev: 1.19.0
5151
hooks:
5252
- id: blacken-docs
5353
# C++
5454
- repo: https://github.com/pre-commit/mirrors-clang-format
55-
rev: v19.1.0
55+
rev: v19.1.1
5656
hooks:
5757
- id: clang-format
5858
exclude: ^(source/3rdparty|source/lib/src/gpu/cudart/.+\.inc|.+\.ipynb$)

0 commit comments

Comments
 (0)