mlx/.pre-commit-config.yaml
Angelos Katharopoulos d1f86272a2 angelos's commit files
2023-11-29 10:42:59 -08:00

10 lines
206 B
YAML

repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v14.0.6
hooks:
- id: clang-format
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black