From f0e92bf5f2eedc1c895d28fee3a7f4855773a7b6 Mon Sep 17 00:00:00 2001 From: "wenmeng.zwm" Date: Tue, 15 Nov 2022 18:57:09 +0800 Subject: [PATCH] upgrade flake8 precommit repo to fix linter test failed --- .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 48fe7547..68fc8484 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - - repo: https://gitlab.com/pycqa/flake8.git + - repo: https://github.com/PyCQA/flake8 rev: 4.0.0 hooks: - id: flake8