From 6eed17161d6b89de30a19504437b47b4d98c0495 Mon Sep 17 00:00:00 2001 From: Rex Zhang Date: Tue, 19 Mar 2024 17:12:22 +0800 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e9d30f3..48dc6c3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,3 +14,7 @@ repos: hooks: - id: isort name: isort (python) + - repo: https://github.com/PyCQA/flake8 + rev: 7.0.0 + hooks: + - id: flake8