From 866e15af7f5481a872dcf15a46a321dd21f755b1 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Thu, 10 Jun 2021 16:57:57 +0200 Subject: [PATCH] Comment out isort pre-commit hook until we can figure out discrepancies between macOS and Linux --- .pre-commit-config.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ceed5544..49a0294b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,14 +11,14 @@ repos: hooks: - id: black language_version: python3 - - repo: https://github.com/pycqa/isort - rev: 5.8.0 - hooks: - - id: isort - name: isort (python) - - id: isort - name: isort (cython) - types: [cython] - - id: isort - name: isort (pyi) - types: [pyi] + # - repo: https://github.com/pycqa/isort + # rev: 5.8.0 + # hooks: + # - id: isort + # name: isort (python) + # - id: isort + # name: isort (cython) + # types: [cython] + # - id: isort + # name: isort (pyi) + # types: [pyi]