TrialPath / .pre-commit-config.yaml
yakilee's picture
ci: add GitHub Actions CI and pre-commit hooks
4dac062
raw
history blame contribute delete
153 Bytes
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.0
hooks:
- id: ruff
args: [--fix]
- id: ruff-format