diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 25b49700..d36371d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,6 +52,7 @@ repos: rev: v2.1.1 hooks: - id: pycln + additional_dependencies: [setuptools] args: [--all] name: Remove unused imports (pycln) - repo: https://github.com/pre-commit/mirrors-autopep8