mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 17:20:19 +00:00
Bump black to version 20.8b1
This commit is contained in:
parent
a522bcfdaf
commit
cd9a439ce5
1 changed files with 2 additions and 2 deletions
|
@ -718,7 +718,7 @@ repos:
|
|||
)$
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 19.10b0
|
||||
rev: 20.8b1
|
||||
hooks:
|
||||
- id: black
|
||||
# This tells pre-commit not to pass files to black.
|
||||
|
@ -736,7 +736,7 @@ repos:
|
|||
- id: blacken-docs
|
||||
args: [--skip-errors]
|
||||
files: ^doc/.*\.rst
|
||||
additional_dependencies: [black==19.10b0]
|
||||
additional_dependencies: [black==20.8b1]
|
||||
|
||||
- repo: https://github.com/saltstack/salt-nox-pre-commit
|
||||
rev: master
|
||||
|
|
Loading…
Add table
Reference in a new issue