misc: bump black version (#75442)

This commit is contained in:
Valentin Deniaud 2023-03-29 14:44:33 +02:00
parent 42c8c46981
commit a955c9702a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.3.0
hooks:
- id: black
args: ['--target-version', 'py37', '--skip-string-normalization', '--line-length', '110']