Use same Black version for blacken-docs as regular Black check

This commit is contained in:
Hugo van Kemenade 2023-07-04 17:22:05 +03:00
parent 6baf9f2d31
commit 1f5058e972
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ repos:
rev: 1.14.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.1.0]
additional_dependencies: [black==23.3.0]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks: