From c59198665453b7378e132ff3fd9faef4bf3f2be6 Mon Sep 17 00:00:00 2001 From: overcat <4catcode@gmail.com> Date: Sun, 27 Aug 2023 23:21:31 +0800 Subject: [PATCH] fix pre-commit --- .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 e4f4d38..c9067fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: black language_version: python3 # Should be a command that runs python3.6+ - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/PyCQA/flake8 rev: 3.8.4 hooks: - id: flake8