From 562d06916ecd5bf8d1d17c17497e902f4e475a39 Mon Sep 17 00:00:00 2001 From: erinhmclark Date: Fri, 14 Mar 2025 13:08:57 +0000 Subject: [PATCH] Revert pre commit --- .pre-commit-config.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0ec35a5..78421d7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,10 +3,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.9.10 hooks: - - id: ruff - args: [ --fix, --output-format=github] - - id: ruff-format - + - id: ruff-format # Runs Ruff linting - just checks without fixing, but blocks commit if errors are found. # - id: ruff