Address black version conflict (#11505)

This commit is contained in:
Chunyang Wen 2022-01-18 02:51:59 +08:00 committed by GitHub
parent ef4677ae7b
commit 5d579b423b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ repos:
hooks:
- id: blacken-docs
args: [--line-length=120]
additional_dependencies: [black==21.7b0]
additional_dependencies: [black==21.12b0]
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.11