From a1f3d7c3e025da4903e9e47c72a50ed0fbe91f64 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:43:42 -0500 Subject: [PATCH] include isort in precommit --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8778eff..dedccb3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,3 +10,8 @@ repos: hooks: - id: black exclude: ^docs/ +- repo: https://github.com/pycqa/isort + rev: 5.13.1 + hooks: + - id: isort + name: isort (python)