Update black to 22.6.0 (#74209)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Franck Nijhof 2022-06-30 10:08:06 +02:00 committed by GitHub
parent 407da8c4b8
commit fdb7a23171
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: [--py39-plus]
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
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.4
black==22.3.0
black==22.6.0
codespell==2.1.0
flake8-comprehensions==3.8.0
flake8-docstrings==1.6.0