mlx/.pre-commit-config.yaml

17 lines
433 B
YAML
Raw Permalink Normal View History

2023-11-30 02:42:59 +08:00
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.6
2023-11-30 02:42:59 +08:00
hooks:
- id: clang-format
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
- repo: https://github.com/psf/black-pre-commit-mirror
2024-01-05 08:28:52 +08:00
rev: 23.12.1
2023-11-30 02:42:59 +08:00
hooks:
- id: black
2023-12-09 03:31:47 +08:00
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
args:
- --profile=black