Files
sglang/.pre-commit-config.yaml

10 lines
177 B
YAML
Raw Normal View History

2024-07-18 04:55:39 +10:00
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