From 0ec00b66b9b8b8c391d8fb4d8f1cb0e723763738 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