From 55f8bb976953c2777051b26a4b16d75046f8bbcb Mon Sep 17 00:00:00 2001 From: ly119399 Date: Sun, 12 Jun 2022 23:28:09 +0800 Subject: [PATCH] add flake8 --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 764e61f9..26bc773b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,9 +1,9 @@ repos: -# - repo: https://gitlab.com/pycqa/flake8.git -# rev: 3.8.3 -# hooks: -# - id: flake8 -# exclude: thirdparty/|examples/ + - repo: https://gitlab.com/pycqa/flake8.git + rev: 3.8.3 + hooks: + - id: flake8 + exclude: thirdparty/|examples/ - repo: https://github.com/timothycrosley/isort rev: 4.3.21 hooks: