.pre-commit-config: add package to cleanup unused imports

This commit is contained in:
mehrad 2021-06-24 11:03:58 -07:00
parent 2eb0564892
commit db39933470
No known key found for this signature in database
GPG Key ID: AAF81F778210AE42
1 changed files with 4 additions and 0 deletions

View File

@ -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: