Update black to 23.12.1 (#11216)

updates:
- [github.com/psf/black-pre-commit-mirror: 23.12.0 → 23.12.1](https://github.com/psf/black-pre-commit-mirror/compare/23.12.0...23.12.1)
This commit is contained in:
pre-commit-ci[bot]
2024-01-01 21:40:33 +00:00
committed by GitHub
parent b56c9f1606
commit d4daff337f
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ repos:
- id: mixed-line-ending
- id: check-case-conflict
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.0 # must match requirements-tests.txt
rev: 23.12.1 # must match requirements-tests.txt
hooks:
- id: black
language_version: python3.10