From fcea411d457fea7c54eee18ab3de0ebbcf1ad021 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 5 Nov 2024 09:44:13 +1000 Subject: [PATCH] Remove `isort` from the `.pre-commit-config.yaml` (#1666) This PR fully removes the commented out `isort` code --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e826e824da..ee3ce9393b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,11 +26,6 @@ repos: rev: 24.10.0 hooks: - id: black-jupyter - # - repo: https://github.com/pycqa/isort - # rev: 5.13.2 - # hooks: - # - id: isort - # name: isort (python) - repo: https://github.com/pre-commit/mirrors-clang-format rev: v19.1.1 hooks: