Skip to content

Commit 3ad3384

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/adamchainz/blacken-docs: 1.13.0 → 1.15.0](adamchainz/blacken-docs@1.13.0...1.15.0)
1 parent 9d31d59 commit 3ad3384

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
@@ -35,7 +35,7 @@ repos:
3535
- id: isort
3636

3737
- repo: https://github.com/psf/black
38-
rev: 23.3.0
38+
rev: 23.7.0
3939
hooks:
4040
- id: black
4141
args: [--safe]
@@ -46,7 +46,7 @@ repos:
4646
- id: nbstripout
4747

4848
- repo: https://github.com/adamchainz/blacken-docs
49-
rev: 1.13.0
49+
rev: 1.15.0
5050
hooks:
5151
- id: blacken-docs
5252
additional_dependencies: [black==23.3.0]

0 commit comments

Comments
 (0)