mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
ci(pre-commit): Enhanced ruff pre-commit check to show fixes for better debugging
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user