From 7f01e1f0ce106bf810501d53217730b754d35edf Mon Sep 17 00:00:00 2001 From: Jalil SA <61639983+jxlil@users.noreply.github.com> Date: Wed, 25 Jan 2023 14:43:25 -0600 Subject: [PATCH] added isort to pre-commit-config --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b93a73453..d67249371 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,3 +17,7 @@ repos: rev: 22.12.0 hooks: - id: black +- repo: https://github.com/pycqa/isort + rev: 5.11.3 + hooks: + - id: isort