Files
vibe_projects/.pre-commit-config.yaml
2026-01-22 20:22:46 -05:00

8 lines
154 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
hooks:
- id: ruff
args: ["--fix"]
- id: ruff-format