diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b5548232..e1ba631c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,3 +11,7 @@ repos: - id: end-of-file-fixer - id: debug-statements - id: check-merge-conflict + - repo: https://github.com/hadialqattan/pycln + rev: v2.1.5 # Possible releases: https://github.com/hadialqattan/pycln/releases + hooks: + - id: pycln \ No newline at end of file