Upgrade black to 21.4b0 (#49715)

pull/49733/head
Franck Nijhof 2021-04-26 22:18:30 +02:00 committed by GitHub
parent 51be2f860a
commit 9c3c67b71b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ repos:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.4b0
hooks:
- id: black
args:

View File

@ -1,7 +1,7 @@
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
bandit==1.7.0
black==20.8b1
black==21.4b0
codespell==2.0.0
flake8-comprehensions==3.4.0
flake8-docstrings==1.6.0