opensymbiose / .pre-commit-config.yaml
corentinm7's picture
Upload folder using huggingface_hub
1dc3303 verified
raw
history blame contribute delete
229 Bytes
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.10
hooks:
- id: ruff-check
args: [ --fix, --config=pyproject.toml ]
- id: ruff-format
args: [ --config=pyproject.toml ]