Update black to 23.11.0 (#103644)

pull/103662/head
Franck Nijhof 2023-11-08 13:08:41 +01:00 committed by GitHub
parent d913508607
commit 24a65808ac
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.10.0
rev: 23.11.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.10.0
black==23.11.0
codespell==2.2.2
ruff==0.1.1
yamllint==1.32.0