Update black to 23.10.0 (#102420)

This commit is contained in:
Franck Nijhof 2023-10-21 02:19:04 +02:00 committed by GitHub
parent 5aefe963ae
commit 29f61349ea
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.9.1
rev: 23.10.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.9.1
black==23.10.0
codespell==2.2.2
ruff==0.1.1
yamllint==1.32.0