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

Commit 0200681

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v18.1.8 → v19.1.2](pre-commit/mirrors-clang-format@v18.1.8...v19.1.2) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
1 parent 6743771 commit 0200681

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: v18.1.8
3+
rev: v19.1.2
44
hooks:
55
- id: clang-format
66
args: [--style=Google]
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.6.0
8+
rev: v5.0.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-ast
@@ -23,7 +23,7 @@ repos:
2323
- id: mixed-line-ending
2424
- id: trailing-whitespace
2525
- repo: https://github.com/psf/black
26-
rev: 24.8.0
26+
rev: 24.10.0
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)