Update black to 23.9.0 (#99965)

This commit is contained in:
Marc Mueller 2023-09-09 14:53:25 +02:00 committed by GitHub
parent dced72f2dd
commit 483e9c92bd
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-pre-commit-mirror
rev: 23.7.0
rev: 23.9.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.7.0
black==23.9.0
codespell==2.2.2
ruff==0.0.285
yamllint==1.32.0