chore: run Ruff with --fix in Pre-commit to auto-fix fixable errors (#7232)

This commit is contained in:
Dean Malan
2026-03-12 16:06:06 +02:00
committed by GitHub
parent 6a3b38a31e
commit 16e8e8a877

View File

@@ -14,5 +14,8 @@ repos:
# Ruff version.
rev: v0.15.5
hooks:
- id: ruff
# Linter
- id: ruff-check
args: [ --fix ]
# Formatter
- id: ruff-format