upgrade Black in pre-commit hook (old version stopped working with click)

This commit is contained in:
Petr Dlouhý 2022-09-21 11:43:25 +02:00
parent 9ffb60fa04
commit 192e529b5e

View file

@ -5,7 +5,7 @@ repos:
- id: isort
additional_dependencies: [toml]
- repo: https://github.com/python/black
rev: 21.11b1
rev: 22.8.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks