From 9a07cb39e648843145bead9ae4d694a8b83b444d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Mon, 6 Dec 2021 14:16:30 -0800 Subject: [PATCH] build(pre-commit): update black from 21.11b1 to 21.12b0 --- .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 40b9b40..fecdf04 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/psf/black - rev: 21.11b1 + rev: 21.12b0 hooks: - id: black - repo: https://github.com/PyCQA/isort