mirror of
https://github.com/THUDM/CogVideo.git
synced 2025-04-04 10:22:45 +08:00
20 lines
525 B
YAML
20 lines
525 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.4.5
|
|
hooks:
|
|
- id: ruff
|
|
args: [--fix, --respect-gitignore, --config=pyproject.toml]
|
|
- id: ruff-format
|
|
args: [--config=pyproject.toml]
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.5.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-yaml
|
|
- id: check-toml
|
|
- id: check-case-conflict
|
|
- id: check-merge-conflict
|
|
- id: debug-statements
|