From c239cb61a8480aaef94053e9e41b2cc2fd224884 Mon Sep 17 00:00:00 2001 From: Dan Halperin Date: Tue, 28 Dec 2021 11:44:56 -0800 Subject: [PATCH] ci: disable isort in attempt to workaround build failure (#805) --- .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 adc38b85..9c253af8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,11 +11,11 @@ repos: hooks: - id: black - - repo: https://github.com/pycqa/isort - rev: 5.8.0 - hooks: - - id: isort - args: ["--profile", "black", "--filter-files"] + #- repo: https://github.com/pycqa/isort + # rev: 5.8.0 + # hooks: + # - id: isort + # args: ["--profile", "black", "--filter-files"] - repo: https://github.com/humitos/mirrors-autoflake rev: v1.3