modif/.pre-commit-config.yaml
Marc Cataford 3ebcbfc356
All checks were successful
Pull Request / static-analysis (pull_request) Successful in 1m3s
Pull Request / export-trace (pull_request) Successful in 28s
feat: generate changelog from commit range + cli basics
2024-11-09 15:11:50 -05:00

11 lines
241 B
YAML

---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.0
hooks:
- id: ruff
- id: ruff-format