ankigen / .pre-commit-config.yaml
brickfrog's picture
Upload folder using huggingface_hub
d09f6aa verified
raw
history blame contribute delete
203 Bytes
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.7 # Use a recent ruff version
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format