From 4676f6f83c988eaaf79ffd6d0eee1606b76b0b09 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 16:42:40 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - https://github.com/ambv/black → https://github.com/psf/black - [github.com/psf/black: 026c81b83454f176a9f9253cbfb70be2c159d822 → 21.11b1](https://github.com/psf/black/compare/026c81b83454f176a9f9253cbfb70be2c159d822...21.11b1) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 249a621..2d29ce7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: -- repo: https://github.com/ambv/black - rev: 026c81b83454f176a9f9253cbfb70be2c159d822 +- repo: https://github.com/psf/black + rev: 21.11b1 hooks: - id: black language_version: python3.8