From 5d1d159715df557ec1befbd4a62a19c4c6962600 Mon Sep 17 00:00:00 2001 From: Tong Gao Date: Fri, 31 Dec 2021 14:01:35 +0800 Subject: [PATCH] [Enhancement] Download flake8 from github as pre-commit hooks (#695) --- .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 bd4f748a..5bc29280 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: ^tests/data/ repos: - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.1 + - repo: https://github.com/PyCQA/flake8 + rev: 4.0.1 hooks: - id: flake8 - repo: https://github.com/asottile/seed-isort-config