trivial: bump black version to 22.1.0 (#62312)

This commit is contained in:
Frédéric Péters 2022-03-01 19:30:28 +01:00
parent 82dd2c01a5
commit 38d7954e91
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ repos:
- id: isort
args: ['--profile', 'black', '--line-length', '110']
- repo: https://github.com/psf/black
rev: 21.10b0
rev: 22.1.0
hooks:
- id: black
args: ['--target-version', 'py37', '--skip-string-normalization', '--line-length', '110']