From c2c4f0973df67ee37e67d321d26e0eec682959e3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 19:58:58 +0100 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#9) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - https://github.com/python/black → https://github.com/psf/black Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 7845c8a..f917a46 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ files: 'xvec\/' repos: - - repo: https://github.com/python/black + - repo: https://github.com/psf/black rev: 22.10.0 hooks: - id: black