From cbafb3b42148521d470b5e02f01804a14d0a3b43 Mon Sep 17 00:00:00 2001 From: Wil Thieme Date: Tue, 17 Sep 2024 16:53:33 -0400 Subject: [PATCH] add isort to pre-commit --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a78c459c69..1bc692c2d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,3 +7,8 @@ repos: args: [ --fix ] # Run the formatter. - id: ruff-format + - repo: https://github.com/pycqa/isort + rev: 5.13.2 + hooks: + - id: isort + name: isort (python) \ No newline at end of file