From 2dd99d96552a83efad364c7f68ed6d69aebbbfed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 14 Aug 2024 20:03:13 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Disable=20Ruff=20hook?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ccc7d367..1f10e11e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,13 +13,13 @@ repos: - --unsafe - id: end-of-file-fixer - id: trailing-whitespace -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.2.0 - hooks: - - id: ruff - args: - - --fix - - id: ruff-format +# - repo: https://github.com/charliermarsh/ruff-pre-commit +# rev: v0.2.0 +# hooks: +# - id: ruff +# args: +# - --fix +# - id: ruff-format - repo: local hooks: - id: ruff