Bump black to 23.1.0 (#9647)

This commit is contained in:
Alex Waygood
2023-02-01 14:06:04 +00:00
committed by GitHub
parent 7cd7ae46c0
commit 8e7b78a8e8
24 changed files with 11 additions and 55 deletions

View File

@@ -16,7 +16,7 @@ repos:
- id: pycln
args: [--config=pyproject.toml, stubs, stdlib, tests, scripts]
- repo: https://github.com/psf/black
rev: 22.12.0 # must match requirements-tests.txt
rev: 23.1.0 # must match requirements-tests.txt
hooks:
- id: black
language_version: python3.10