Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 3d3be3a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v20.1.0 → v20.1.8](pre-commit/mirrors-clang-format@v20.1.0...v20.1.8) - [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/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
1 parent 563b553 commit 3d3be3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-clang-format
3-
rev: v20.1.0
3+
rev: v20.1.8
44
hooks:
55
- id: clang-format
66
args: [--style=Google]
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-ast
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 7.2.0
30+
rev: 7.3.0
3131
hooks:
3232
- id: flake8
3333
- repo: https://github.com/cheshirekow/cmake-format-precommit

0 commit comments

Comments
 (0)