From f13c39be05b3ec2241d15e3ca75cffe4a01f295d Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Tue, 28 Feb 2023 01:21:36 -0500 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index edafd2755..9dea6ed8e 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.12.0 + hooks: + - id: isort + exclude: ^docs/