From ef5c58c39e83ea498f814538c61a21865e14e1fd Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Sun, 3 Mar 2024 08:58:49 +0900 Subject: [PATCH] Dropping `flake8` to replace `ruff` linter check --- .pre-commit-config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c39b0c8f..04e5d9e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,12 +20,6 @@ repos: rev: 5.13.2 hooks: - id: isort - - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 - hooks: - - id: flake8 - additional_dependencies: - ["flake8-black==0.3.6", "flake8-isort==6.1.1", "flake8-quotes==3.3.2"] - repo: https://github.com/codespell-project/codespell rev: v2.2.6 hooks: