Update black to 23.9.1 (#100108)
parent
10bb8f5396
commit
58072189fc
|
@ -6,7 +6,7 @@ repos:
|
||||||
args:
|
args:
|
||||||
- --fix
|
- --fix
|
||||||
- repo: https://github.com/psf/black-pre-commit-mirror
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
||||||
rev: 23.9.0
|
rev: 23.9.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
args:
|
args:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# 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
|
||||||
|
|
||||||
black==23.9.0
|
black==23.9.1
|
||||||
codespell==2.2.2
|
codespell==2.2.2
|
||||||
ruff==0.0.285
|
ruff==0.0.285
|
||||||
yamllint==1.32.0
|
yamllint==1.32.0
|
||||||
|
|
Loading…
Reference in New Issue