🔧 Update pre-commit-config.yaml ruff format to use --check (#2077)

This commit is contained in:
Ryan Sydnor
2026-01-20 05:03:12 -05:00
committed by GitHub
parent 63f167d462
commit 88eade2231

View File

@@ -35,7 +35,7 @@ repos:
- id: local-ruff-format - id: local-ruff-format
name: 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 require_serial: true
language: unsupported language: unsupported
types: [python] types: [python]