Skip to content

Commit a2e3291

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1) - [github.com/pre-commit/mirrors-clang-format: v19.1.1 → v19.1.6](pre-commit/mirrors-clang-format@v19.1.1...v19.1.6)
1 parent f4345ae commit a2e3291

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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: 24.8.0
11+
rev: 24.10.0
1212
hooks:
1313
- id: black
1414

@@ -19,12 +19,12 @@ repos:
1919
additional_dependencies: [pyyaml]
2020

2121
- repo: https://github.com/kynan/nbstripout
22-
rev: 0.7.1
22+
rev: 0.8.1
2323
hooks:
2424
- id: nbstripout
2525

2626
- repo: https://github.com/pre-commit/mirrors-clang-format
27-
rev: v19.1.1
27+
rev: v19.1.6
2828
hooks:
2929
- id: clang-format
3030

0 commit comments

Comments
 (0)