gradio-extractor / .pre-commit-config.yaml
jpangas's picture
Track history of chatbots conversations and add lint (#2)
46fbfbe verified
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