Skip to content

Commit ec1a979

Browse files
committed
fix: remove unsupported --extend-exclude from ruff-format
ruff format doesn't support --extend-exclude, it reads from pyproject.toml
1 parent 52926d2 commit ec1a979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: ruff
77
args: [--fix, --respect-gitignore, --config=pyproject.toml, --extend-exclude=genrl/reward/VideoAlign, --extend-exclude=genrl/reward/HPSv3]
88
- id: ruff-format
9-
args: [--config=pyproject.toml, --extend-exclude=genrl/reward/VideoAlign, --extend-exclude=genrl/reward/HPSv3]
9+
args: [--config=pyproject.toml]
1010

1111
- repo: https://github.com/pre-commit/pre-commit-hooks
1212
rev: v5.0.0

0 commit comments

Comments
 (0)