gradio-extractor / .pre-commit-config.yaml
John P
Add pre-commit
c07abc1
raw
history blame
151 Bytes
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.9
hooks:
- id: ruff
args: [--fix]
- id: ruff-format