From 4fcaa97ac6824e964cf585432abf9b53939117bc Mon Sep 17 00:00:00 2001 From: Alejandra <90076947+alejsdev@users.noreply.github.com> Date: Tue, 20 Jan 2026 13:07:38 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=94=A7=20Update=20pre-commit-co?= =?UTF-8?q?nfig.yaml=20ruff=20format=20to=20use=20--check=20(#2077)"=20(#2?= =?UTF-8?q?091)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 88eade22319281e578c894287f2ff746d4a7f4e8. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5647198..c568ab7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - id: local-ruff-format name: ruff format - entry: uv run ruff format --force-exclude --check + entry: uv run ruff format --force-exclude --exit-non-zero-on-format require_serial: true language: unsupported types: [python]