mlx-examples/.pre-commit-config.yaml
2024-01-21 06:35:15 -08:00

12 lines
241 B
YAML

repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
args:
- --profile=black