Files
letta-server/.pre-commit-config.yaml
Sarah Wooders 0eb264d7eb add precommit
2023-10-26 16:18:51 -07:00

13 lines
300 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
args: ['--line-length', '140']