Files
RouteLLM/.pre-commit-config.yaml
2024-06-14 18:26:09 -07:00

10 lines
201 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
name: isort (python)