Skip to content

Commit 0925020

Browse files
[pre-commit.ci] pre-commit autoupdate (#189)
updates: - [github.com/pre-commit/mirrors-clang-format: v20.1.3 → v20.1.4](pre-commit/mirrors-clang-format@v20.1.3...v20.1.4) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.10](astral-sh/ruff-pre-commit@v0.11.8...v0.11.10) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ef2ec85 commit 0925020

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
@@ -39,7 +39,7 @@ repos:
3939
4040
# Clang format
4141
- repo: https://github.com/pre-commit/mirrors-clang-format
42-
rev: v20.1.3
42+
rev: v20.1.4
4343
hooks:
4444
- id: clang-format
4545
types_or: [c++, c, cuda]
@@ -55,7 +55,7 @@ repos:
5555

5656
# Ruff, the Python auto-correcting linter/formatter written in Rust
5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.11.8
58+
rev: v0.11.10
5959
hooks:
6060
- id: ruff
6161
args: ["--fix", "--show-fixes", "--exclude=__init__.py"]

0 commit comments

Comments
 (0)