mlx-examples/.pre-commit-config.yaml
2024-02-16 06:02:52 -08:00

12 lines
239 B
YAML

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