Upgrade black to 21.11b1 (#60532)

This commit is contained in:
Franck Nijhof 2021-11-29 11:51:58 +01:00 committed by GitHub
parent 4cff04cbd5
commit 909784bff8
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: 21.11b0
rev: 21.11b1
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==21.11b0
black==21.11b1
codespell==2.0.0
flake8-comprehensions==3.7.0
flake8-docstrings==1.6.0