From 48412795bed9e25517ae62890767f036c432174b Mon Sep 17 00:00:00 2001 From: Jia Yu Date: Sun, 27 Oct 2024 15:29:02 -0700 Subject: [PATCH] Remove isort --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a004ae2308..4f6e72bc48 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,11 +14,11 @@ 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/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: