From f13ee918691a87e2e89a162b6c423588d2545c36 Mon Sep 17 00:00:00 2001 From: shaneroesemann <59748289+shaneroesemann@users.noreply.github.com> Date: Thu, 10 Aug 2023 11:03:49 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=F0=9F=8D=8F=20Issue=20330=20red?= =?UTF-8?q?o=20(#338)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * implements changes by @Sidd in issue #329 in a separate new PR * add pre commit hook to remove unused imports * :art::green_heart: removed sed/cut changes that belong to another PR --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b55482320..e1ba631c4 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