From 6d9091bef5bf260f0601e69319bf8e6bb3d5c9d3 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Tue, 21 Nov 2023 13:02:57 -0800 Subject: [PATCH] Disable isort for now --- .pre-commit-config.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5fc54cc..77d4ec6c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,13 +4,6 @@ repos: hooks: - id: black -- repo: https://github.com/pycqa/isort - rev: 5.12.0 - hooks: - - id: isort - name: isort (python) - args: ["--profile", "black", "--filter-files"] - - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: