From 192e529b5eff9e2df4a04a9e3d33b4deff825789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Dlouh=C3=BD?= Date: Wed, 21 Sep 2022 11:43:25 +0200 Subject: [PATCH] upgrade Black in pre-commit hook (old version stopped working with click) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5da5536..3817388 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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