mirror of
https://github.com/volcengine/verl.git
synced 2025-10-20 13:43:50 +08:00
[CI] fix: only check changed files in CI (#1168)
We also remove previous workaround of adding ignores.
This commit is contained in:
committed by
GitHub
parent
8719371949
commit
121f0b034c
@ -3,6 +3,5 @@ repos:
|
||||
rev: "v0.11.4"
|
||||
hooks:
|
||||
- id: ruff
|
||||
pass_filenames: true
|
||||
entry: bash -c 'ruff check --fix --show-fixes --output-format=${RUFF_OUTPUT_FORMAT:-full} "$@"'
|
||||
args: ["--fix", "--show-fixes", "--output-format=full"]
|
||||
- id: ruff-format
|
Reference in New Issue
Block a user