From af06d07ee30b371d9e08ed5ce9f92d85c3f5fd5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Wed, 13 Nov 2024 21:06:38 +0100 Subject: [PATCH] pre-commit hook: disable 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 d0b56e0..fa1a5f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,11 +6,11 @@ repos: # rev: 24.8.0 # hooks: # - id: black -- 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/Riverside-Healthcare/djLint rev: v1.34.0 hooks: