mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +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/.*|
|
salt/ext/.*|
|
||||||
tests/kitchen/.*
|
tests/kitchen/.*
|
||||||
)$
|
)$
|
||||||
|
additional_dependencies:
|
||||||
|
- click<8.1.0
|
||||||
|
|
||||||
- repo: https://github.com/asottile/blacken-docs
|
- repo: https://github.com/asottile/blacken-docs
|
||||||
rev: v1.10.0
|
rev: v1.10.0
|
||||||
|
@ -1270,7 +1272,9 @@ repos:
|
||||||
- id: blacken-docs
|
- id: blacken-docs
|
||||||
args: [--skip-errors]
|
args: [--skip-errors]
|
||||||
files: ^doc/.*\.rst
|
files: ^doc/.*\.rst
|
||||||
additional_dependencies: [black==21.7b0]
|
additional_dependencies:
|
||||||
|
- click<8.1.0
|
||||||
|
- black==21.7b0
|
||||||
|
|
||||||
# <---- Code Formatting --------------------------------------------------------------------------------------------
|
# <---- Code Formatting --------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue