Skip to content

Commit 2f583c1

Browse files
[pre-commit.ci] pre-commit autoupdate (#6078)
updates: - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 24.10.0](psf/black-pre-commit-mirror@24.8.0...24.10.0) - [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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c2e8f61 commit 2f583c1

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
@@ -15,21 +15,21 @@ repos:
1515
args: ["--profile", "black"] # avoid conflict with black
1616

1717
- repo: https://github.com/psf/black-pre-commit-mirror
18-
rev: 24.8.0
18+
rev: 24.10.0
1919
hooks:
2020
- id: black
2121
name: black formatter
2222
args: ['--line-length=120', '--target-version=py37', '--target-version=py38', '--target-version=py39','--target-version=py310']
2323

2424
- repo: https://github.com/pre-commit/mirrors-clang-format
25-
rev: v18.1.8
25+
rev: v19.1.2
2626
hooks:
2727
- id: clang-format
2828
name: clang formatter
2929
types_or: [c++, c]
3030

3131
- repo: https://github.com/pre-commit/pre-commit-hooks
32-
rev: v4.6.0
32+
rev: v5.0.0
3333
hooks:
3434
- id: check-yaml
3535
- id: check-merge-conflict

0 commit comments

Comments
 (0)