mlx-examples/.pre-commit-config.yaml
2025-02-06 16:59:01 +00:00

12 lines
238 B
YAML

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