mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 17:20:19 +00:00
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:
parent
096ea64485
commit
ac9f139f79
1 changed files with 5 additions and 1 deletions
|
@ -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 --------------------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue