From a336d1278936a74211837cf8c75a4dfe5a6cc593 Mon Sep 17 00:00:00 2001 From: Yohanna Lisnichuk Date: Wed, 9 Oct 2024 14:44:28 -0300 Subject: [PATCH] fix: Remove --fix from pre-commit --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 64a9a612..ef048569 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,8 +8,6 @@ repos: rev: v0.6.9 hooks: - id: ruff - args: - - --fix - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit rev: 0.4.18