Skip to content

Commit d33c91f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.14.10](astral-sh/ruff-pre-commit@v0.11.4...v0.14.10) - [github.com/pre-commit/mirrors-clang-format: v20.1.0 → v21.1.8](pre-commit/mirrors-clang-format@v20.1.0...v21.1.8)
1 parent 9f26976 commit d33c91f

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
@@ -15,7 +15,7 @@
1515
repos:
1616
# Standard hooks
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v5.0.0
18+
rev: v6.0.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-ast
@@ -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.14.10
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: v21.1.8
7474
hooks:
7575
- id: clang-format
7676
args: [--style=file]

0 commit comments

Comments
 (0)