From a6b3f866797867ddf7810e23e4be5dbc77fa7502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 22 Nov 2021 22:07:05 +0100 Subject: [PATCH] build: bump black version --- .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 b5353c2..9e1e097 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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']