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: