Files
sglang/.pre-commit-config.yaml
2024-07-17 11:55:39 -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: stable
hooks:
- id: black