Update black to 22.8.0 (#78509)

pull/78510/head^2
Franck Nijhof 2022-09-15 12:45:18 +02:00 committed by GitHub
parent c0b04e9f91
commit 6dc3c0b572
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 - id: pyupgrade
args: [--py39-plus] args: [--py39-plus]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.6.0 rev: 22.8.0
hooks: hooks:
- id: black - id: black
args: args:

View File

@ -1,7 +1,7 @@
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit # Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
bandit==1.7.4 bandit==1.7.4
black==22.6.0 black==22.8.0
codespell==2.1.0 codespell==2.1.0
flake8-comprehensions==3.10.0 flake8-comprehensions==3.10.0
flake8-docstrings==1.6.0 flake8-docstrings==1.6.0