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

Commit efb96df

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v17.0.3 → v20.1.8](pre-commit/mirrors-clang-format@v17.0.3...v20.1.8) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/psf/black: 23.10.0 → 25.1.0](psf/black@23.10.0...25.1.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.3.0](PyCQA/flake8@6.1.0...7.3.0)
1 parent 5330bd0 commit efb96df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ ci:
33
autoupdate_branch: 'devel'
44
repos:
55
- repo: https://github.com/pre-commit/mirrors-clang-format
6-
rev: v17.0.3
6+
rev: v20.1.8
77
hooks:
88
- id: clang-format
99
args: [--style=Google]
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.5.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-added-large-files
1414
- id: check-ast
@@ -26,11 +26,11 @@ repos:
2626
- id: mixed-line-ending
2727
- id: trailing-whitespace
2828
- repo: https://github.com/psf/black
29-
rev: 23.10.0
29+
rev: 25.1.0
3030
hooks:
3131
- id: black
3232
- repo: https://github.com/PyCQA/flake8
33-
rev: 6.1.0
33+
rev: 7.3.0
3434
hooks:
3535
- id: flake8
3636
- repo: https://github.com/cheshirekow/cmake-format-precommit

0 commit comments

Comments
 (0)