From 28c4ab6d93b349d54fdf62af160a8d0d6f540c2a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 22:11:08 +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://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - https://github.com/python/black → https://github.com/psf/black - [github.com/psf/black: 21.9b0 → 21.12b0](https://github.com/psf/black/compare/21.9b0...21.12b0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b56ab06..075311d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,13 +9,13 @@ repos: args: [--fix=lf] - id: debug-statements # code formatting - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/PyCQA/flake8 rev: 4.0.1 hooks: - id: flake8 args: [ --max-line-length=120 ] - - repo: https://github.com/python/black - rev: 21.9b0 + - repo: https://github.com/psf/black + rev: 21.12b0 hooks: - id: black args: [--safe, --line-length=120]