Pin to `click<8.1.0` on the black hooks in the pre-commit-config

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2022-03-29 05:27:22 +01:00 committed by Megan Wilhite
parent 096ea64485
commit ac9f139f79

View file

@ -1263,6 +1263,8 @@ repos:
salt/ext/.*|
tests/kitchen/.*
)$
additional_dependencies:
- click<8.1.0
- repo: https://github.com/asottile/blacken-docs
rev: v1.10.0
@ -1270,7 +1272,9 @@ repos:
- id: blacken-docs
args: [--skip-errors]
files: ^doc/.*\.rst
additional_dependencies: [black==21.7b0]
additional_dependencies:
- click<8.1.0
- black==21.7b0
# <---- Code Formatting --------------------------------------------------------------------------------------------