Files
sglang/.pre-commit-config.yaml
2024-07-29 13:07:18 -07:00

10 lines
177 B
YAML

repos:
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black