From 1d2c2ed118912f0a04eca7255dd26a66f34c1b09 Mon Sep 17 00:00:00 2001 From: Ruilong Li Date: Thu, 23 Feb 2023 20:07:23 +0000 Subject: [PATCH] disable black isort hook --- .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 ba3c5ffe..7cd7fd12 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,15 +7,15 @@ repos: - id: check-yaml - id: check-merge-conflict - id: requirements-txt-fixer -- repo: https://github.com/psf/black - rev: 22.10.0 - hooks: - - id: black - language_version: python3.8.12 - args: # arguments to configure black - - --line-length=80 +# - repo: https://github.com/psf/black +# rev: 22.10.0 +# hooks: +# - id: black +# language_version: python3.8.12 +# args: # arguments to configure black +# - --line-length=80 -- repo: https://github.com/pycqa/isort - rev: 5.10.1 - hooks: - - id: isort +# - repo: https://github.com/pycqa/isort +# rev: 5.10.1 +# hooks: +# - id: isort