nvidia--skillspector
9 行
243 B
YAML
9 行
243 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: "v0.15.2"
|
|
hooks:
|
|
- id: ruff-check
|
|
args: [--exit-non-zero-on-fix, --config=pyproject.toml]
|
|
- id: ruff-format
|
|
args: [--config=pyproject.toml]
|