From db399334700d5ca88cab27ceec30c4bbd71bb868 Mon Sep 17 00:00:00 2001 From: mehrad Date: Thu, 24 Jun 2021 11:03:58 -0700 Subject: [PATCH] .pre-commit-config: add package to cleanup unused imports --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 99a50dc3..93c6b014 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,6 +7,10 @@ repos: exclude: ^(tests/dataset/|tests/database/|tests/expected_results/) - id: trailing-whitespace exclude: ^(tests/dataset/|tests/database/|tests/expected_results/) +- repo: https://github.com/hadialqattan/pycln + rev: v0.0.2 + hooks: + - id: pycln - repo: https://github.com/PyCQA/isort rev: 5.8.0 hooks: