From 66c25ff7449f688f59ab3372e398dda0e28cdfbd Mon Sep 17 00:00:00 2001 From: Yuxin Wang Date: Mon, 4 Mar 2024 22:04:57 -0500 Subject: [PATCH] Remove autoflake pre-commit hook since ruff provides the same functionality (#37) This PR removes `autoflake` pre-commit hook since `ruff` provides the same functionality. --- .pre-commit-config.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce543ce..a26299d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,13 +16,6 @@ repos: hooks: - id: pyupgrade args: [--py38-plus] - - repo: https://github.com/PyCQA/autoflake - rev: v2.2.1 - hooks: - - id: autoflake - args: - - --in-place - - --remove-all-unused-imports - repo: https://github.com/codespell-project/codespell rev: v2.2.6 hooks: