Skip to content

Commit 53601a3

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) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pre-commit/mirrors-clang-format: v20.1.8 → v21.1.2](pre-commit/mirrors-clang-format@v20.1.8...v21.1.2)
1 parent 7f53516 commit 53601a3

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
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- id: mixed-line-ending
99

10-
- repo: https://github.com/psf/black
11-
rev: 25.1.0
10+
- repo: https://github.com/psf/black-pre-commit-mirror
11+
rev: 25.9.0
1212
hooks:
1313
- id: black
1414

@@ -24,7 +24,7 @@ repos:
2424
- id: nbstripout
2525

2626
- repo: https://github.com/pre-commit/mirrors-clang-format
27-
rev: v20.1.8
27+
rev: v21.1.2
2828
hooks:
2929
- id: clang-format
3030

0 commit comments

Comments
 (0)