headroom_3 / .pre-commit-config.yaml
chopratejas's picture
Add pre-commit hooks for ruff linting and formatting
593457b
Raw
History Blame
152 Bytes
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
hooks:
- id: ruff
args: [--fix]
- id: ruff-format