mirror of
https://github.com/volcengine/verl.git
synced 2025-10-20 13:43:50 +08:00
8 lines
265 B
YAML
8 lines
265 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: "v0.11.4"
|
|
hooks:
|
|
- id: ruff
|
|
pass_filenames: true
|
|
entry: bash -c 'ruff check --fix --show-fixes --output-format=${RUFF_OUTPUT_FORMAT:-full} "$@"'
|
|
- id: ruff-format |