From 14fcfda1d1654b7fa7e25be3043a34cb0e2c7b0b Mon Sep 17 00:00:00 2001 From: Petro Tiurin <93913847+ptiurin@users.noreply.github.com> Date: Mon, 21 Nov 2022 14:52:05 +0000 Subject: [PATCH] build: Switch to github flake8 repo --- .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 c495fe3..293ba98 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: hooks: - id: black_nbconvert - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/PyCQA/flake8 rev: 3.7.9 hooks: - id: flake8