Skip to content

Commit be0480f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.4...v0.12.2) - [github.com/pre-commit/mirrors-clang-format: v20.1.0 → v20.1.7](pre-commit/mirrors-clang-format@v20.1.0...v20.1.7)
1 parent 99c4718 commit be0480f

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
@@ -35,7 +35,7 @@ repos:
3535
- id: requirements-txt-fixer
3636
# Python hooks
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.11.4
38+
rev: v0.12.2
3939
hooks:
4040
- id: ruff-format
4141
- id: ruff
@@ -70,7 +70,7 @@ repos:
7070
pass_filenames: true
7171
# C++ hooks
7272
- repo: https://github.com/pre-commit/mirrors-clang-format
73-
rev: v20.1.0
73+
rev: v20.1.7
7474
hooks:
7575
- id: clang-format
7676
args: [--style=file]

0 commit comments

Comments
 (0)