diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f0bb39b1..91047b328 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -61,6 +61,12 @@ repos: hooks: - id: remove-tabs +# Autoremoves unused imports +- repo: https://github.com/hadialqattan/pycln + rev: v1.1.0 + hooks: + - id: pycln + - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.9.0 hooks: