Skip to content

Commit 2deb70c

Browse files
[pre-commit.ci] pre-commit autoupdate (#5282)
<!--pre-commit.ci start--> updates: - [github.com/PyCQA/isort: 8.0.0 → 8.0.1](PyCQA/isort@8.0.0...8.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.2 → v0.15.4](astral-sh/ruff-pre-commit@v0.15.2...v0.15.4) - [github.com/pre-commit/mirrors-clang-format: v21.1.8 → v22.1.0](pre-commit/mirrors-clang-format@v21.1.8...v22.1.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b30bfcb commit 2deb70c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ repos:
2323
- id: check-toml
2424
# Python
2525
- repo: https://github.com/PyCQA/isort
26-
rev: 8.0.0
26+
rev: 8.0.1
2727
hooks:
2828
- id: isort
2929
files: \.py$
3030
exclude: ^source/3rdparty
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
3232
# Ruff version.
33-
rev: v0.15.2
33+
rev: v0.15.4
3434
hooks:
3535
- id: ruff
3636
args: ["--fix"]
@@ -70,7 +70,7 @@ repos:
7070
- mdformat-gfm-alerts==2.0.0
7171
# C++
7272
- repo: https://github.com/pre-commit/mirrors-clang-format
73-
rev: v21.1.8
73+
rev: v22.1.0
7474
hooks:
7575
- id: clang-format
7676
exclude: ^(source/3rdparty|source/lib/src/gpu/cudart/.+\.inc|.+\.ipynb$|source/tests/infer/.+\.json$)

0 commit comments

Comments
 (0)