Update black to 23.7.0 (#96901)

This commit is contained in:
Franck Nijhof 2023-07-19 14:42:35 +02:00 committed by GitHub
parent 93ac340d54
commit 06aeacc324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ repos:
args:
- --fix
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
args:

View File

@ -1,6 +1,6 @@
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
black==23.3.0
black==23.7.0
codespell==2.2.2
ruff==0.0.277
yamllint==1.32.0