Skip to content

Commit f8dc5cb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/pre-commit/mirrors-clang-format: v15.0.7 → v16.0.0](pre-commit/mirrors-clang-format@v15.0.7...v16.0.0)
1 parent 3b52359 commit f8dc5cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: mixed-line-ending
99

1010
- repo: https://github.com/psf/black
11-
rev: 23.1.0
11+
rev: 23.3.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: v15.0.7
27+
rev: v16.0.0
2828
hooks:
2929
- id: clang-format
3030

0 commit comments

Comments
 (0)