build: bump black version

This commit is contained in:
Frédéric Péters 2021-11-22 22:07:05 +01:00
parent 6a011b145a
commit a6b3f86679
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: 20.8b1
rev: 21.10b0
hooks:
- id: black
args: ['--target-version', 'py37', '--skip-string-normalization', '--line-length', '110']