From ce88b82644934805923893c0c9a6ee6eddd9ebb0 Mon Sep 17 00:00:00 2001 From: Kiran Jonnalagadda Date: Tue, 30 Apr 2024 11:21:06 +0530 Subject: [PATCH] Remove autoflake --- .pre-commit-config.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f63280ad..5a1fed41 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,18 +13,6 @@ repos: - id: ruff args: ['--fix', '--exit-non-zero-on-fix'] # Extra args, only after removing flake8 and yesqa: '--extend-select', 'RUF100' - - repo: https://github.com/lucasmbrown/mirrors-autoflake - rev: v1.3 - hooks: - - id: autoflake - args: - [ - '--in-place', - '--remove-all-unused-imports', - '--ignore-init-module-imports', - '--remove-unused-variables', - '--remove-duplicate-keys', - ] - repo: https://github.com/asottile/pyupgrade rev: v3.15.2 hooks: