Bump black from 21.4b2 to 21.5b0 (#4458)

* Bump black from 21.4b2 to 21.5b0

Bumps [black](https://github.com/psf/black) from 21.4b2 to 21.5b0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

Signed-off-by: dependabot[bot] <support@github.com>

* Update pre-commit-config

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-05-10 12:20:25 +02:00 committed by GitHub
parent 52a31783ae
commit ca70201703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 21.4b2
rev: 21.5b0
hooks:
- id: black
args: [--safe, --quiet]

View File

@ -1,5 +1,5 @@
autoflake==1.4
black==21.4b2
black==21.5b0
flake8==3.9.2
isort==5.8.0
mypy==0.812