From 29cc1d317f145e3c89a90b42810fdad4c7698459 Mon Sep 17 00:00:00 2001 From: Patrick Robertson Date: Fri, 14 Mar 2025 13:40:57 +0000 Subject: [PATCH] Fix pre-commit for ruff check --- .pre-commit-config.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78421d7..aca3a0d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,8 +3,5 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.9.10 hooks: - - id: ruff-format - - # Runs Ruff linting - just checks without fixing, but blocks commit if errors are found. -# - id: ruff -# args: ["--output-format=concise"] \ No newline at end of file + - id: ruff + - id: ruff-format \ No newline at end of file