Files
hive/.pre-commit-config.yaml
T
2026-01-27 10:45:49 -08:00

11 lines
277 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
hooks:
- id: ruff
name: ruff lint
args: [--fix, --config=core/pyproject.toml]
- id: ruff-format
name: ruff format
args: [--config=core/pyproject.toml]