This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: add pre-commit config with black and isort

👾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta Code <noreply@letta.com>

+9
+9
.pre-commit-config.yaml
··· 1 + repos: 2 + - repo: https://github.com/psf/black 3 + rev: 24.3.0 4 + hooks: 5 + - id: black 6 + - repo: https://github.com/pycqa/isort 7 + rev: 5.13.2 8 + hooks: 9 + - id: isort