diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76f916b9..246d9950 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,6 +25,11 @@ repos: - id: python-use-type-annotations - id: rst-directive-colons - id: rst-inline-touching-normal + - repo: https://github.com/hadialqattan/pycln + rev: v1.2.3 + hooks: + - id: pycln + args: [--all] - repo: https://github.com/psf/black rev: 22.1.0 hooks: