Skip to content

Commit 1f5058e

Browse files
committed
Use same Black version for blacken-docs as regular Black check
1 parent 6baf9f2 commit 1f5058e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
rev: 1.14.0
99
hooks:
1010
- id: blacken-docs
11-
additional_dependencies: [black==23.1.0]
11+
additional_dependencies: [black==23.3.0]
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
1313
rev: v4.4.0
1414
hooks:

0 commit comments

Comments
 (0)