From 63d07a052526c14248801226edc6aa14e3489e36 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Wed, 13 Dec 2023 21:58:29 +0100 Subject: [PATCH] Get rid of autoflake (#3250) --- .pre-commit-config.yaml | 4 ---- pyproject.toml | 5 ----- 2 files changed, 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8e89fa4d7..1a102d4eee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,10 +62,6 @@ repos: hooks: - id: ruff - id: ruff-format - - repo: https://github.com/PyCQA/autoflake - rev: v2.2.1 - hooks: - - id: autoflake - repo: https://github.com/codespell-project/codespell rev: v2.2.6 hooks: diff --git a/pyproject.toml b/pyproject.toml index 15842fd0d8..7fc220611d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,11 +84,6 @@ codespell_lib = [ "py.typed", ] -[tool.autoflake] -in-place = true -recursive = true -expand-star-imports = true - # TODO: reintegrate codespell configuration after updating test cases #[tool.codespell] #builtin = ["clear","rare","informal","usage","code","names"]