From 88eade22319281e578c894287f2ff746d4a7f4e8 Mon Sep 17 00:00:00 2001 From: Ryan Sydnor Date: Tue, 20 Jan 2026 05:03:12 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20pre-commit-config.yaml?= =?UTF-8?q?=20ruff=20format=20to=20use=20--check=20(#2077)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 c568ab7..5647198 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 --exit-non-zero-on-format + entry: uv run ruff format --force-exclude --check require_serial: true language: unsupported types: [python]