Bump black to version 20.8b1

This commit is contained in:
Pedro Algarvio 2020-08-26 17:53:09 +01:00 committed by Daniel Wozniak
parent a522bcfdaf
commit cd9a439ce5

View file

@ -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