Keep K3 suite selection and report-schema scoring in bash, merge K3/vision dataset_args into dpv4 yamls, and pin EvalScope at 735d920ee911 with local patches. Co-authored-by: Cursor <cursoragent@cursor.com>
24 lines
796 B
YAML
24 lines
796 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.16.4
|
|
hooks:
|
|
- id: ruff-check
|
|
args: [--fix]
|
|
- id: ruff-format
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks.git
|
|
rev: v6.0.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
exclude: evalscope/third_party/|docs/|examples
|
|
- id: check-yaml
|
|
exclude: evalscope/third_party/|docs/|examples
|
|
- id: end-of-file-fixer
|
|
exclude: evalscope/third_party/|docs/|examples|.*\.json
|
|
- id: requirements-txt-fixer
|
|
exclude: evalscope/third_party/|docs/|examples
|
|
- id: check-merge-conflict
|
|
exclude: evalscope/third_party/|docs/|examples
|
|
- id: mixed-line-ending
|
|
exclude: evalscope/third_party/|docs/|examples
|
|
args: ["--fix=lf"]
|