mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-24 09:21:18 +08:00
12 lines
239 B
YAML
12 lines
239 B
YAML
repos:
|
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
|
rev: 24.3.0
|
|
hooks:
|
|
- id: black
|
|
- repo: https://github.com/pycqa/isort
|
|
rev: 5.13.2
|
|
hooks:
|
|
- id: isort
|
|
args:
|
|
- --profile=black
|