We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52926d2 commit ec1a979Copy full SHA for ec1a979
1 file changed
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
- id: ruff
7
args: [--fix, --respect-gitignore, --config=pyproject.toml, --extend-exclude=genrl/reward/VideoAlign, --extend-exclude=genrl/reward/HPSv3]
8
- id: ruff-format
9
- args: [--config=pyproject.toml, --extend-exclude=genrl/reward/VideoAlign, --extend-exclude=genrl/reward/HPSv3]
+ args: [--config=pyproject.toml]
10
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
rev: v5.0.0
0 commit comments