ci(pre-commit): Enhanced ruff pre-commit check to show fixes for better debugging

This commit is contained in:
Jakub Kocka
2025-08-20 10:42:50 +02:00
parent 2affbb9509
commit 6a8e47baf8

View File

@@ -9,7 +9,7 @@ repos:
hooks:
- id: ruff-format
- id: ruff
args: [ "--fix" ]
args: [ "--fix", "--show-fixes" ]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks: