alat-rights / alana-utilities

Quick utilities for interacting with LLMs.
https://utils.alana.computer
MIT License
1 stars 2 forks source link

Idea: Adding Black module to keep consistent code format #12

Closed Domejko closed 6 months ago

Domejko commented 6 months ago

Black formatter can be add to keep consistent code format with one simple command black ./ .

If you like the idea you can assignee this to me and tomorrow I will send PR with formatted code and updated install_requires in setup.py.

alat-rights commented 6 months ago

I don't find Black code very readable, and the repo is small enough currently that I don't find this super compelling.

We can revisit this in the future :)