From 35e1b919acbae42bcaf268677193fa2a2b0b9a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 1 Mar 2022 19:30:33 +0100 Subject: [PATCH] trivial: bump black version to 22.1.0 (#62312) --- .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 01dbc86..dd06c10 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - 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']