From 43a411d452aad6471bb575ca6694f53c20551dbc Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Tue, 15 Nov 2022 13:33:02 +0800 Subject: [PATCH] precommit: update flake8 repo url to use github Gitlab mirror repo has been deprecated. --- .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 d49ef98280..8c0a570148 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: mixed-line-ending args: ['-f=lf'] - id: double-quote-string-fixer - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/PyCQA/flake8 rev: 3.9.2 hooks: - id: flake8