Skip to content

Commit 89543c9

Browse files
[pre-commit.ci] pre-commit autoupdate (#2554)
<!--pre-commit.ci start--> updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.267 → v0.0.269](astral-sh/ruff-pre-commit@v0.0.267...v0.0.269) - [github.com/pre-commit/mirrors-clang-format: v16.0.3 → v16.0.4](pre-commit/mirrors-clang-format@v16.0.3...v16.0.4) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 42295ef commit 89543c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
files: \.py$
2727
- repo: https://github.com/charliermarsh/ruff-pre-commit
2828
# Ruff version.
29-
rev: v0.0.267
29+
rev: v0.0.269
3030
hooks:
3131
- id: ruff
3232
args: ["--fix"]
@@ -43,7 +43,7 @@ repos:
4343
- id: blacken-docs
4444
# C++
4545
- repo: https://github.com/pre-commit/mirrors-clang-format
46-
rev: v16.0.3
46+
rev: v16.0.4
4747
hooks:
4848
- id: clang-format
4949
exclude: ^source/3rdparty|source/lib/src/cuda/cudart/.+\.inc

0 commit comments

Comments
 (0)