gpt-engineer
gpt-engineer copied to clipboard
Minor clean up
Hi @AntonOsika
I decided to apply a minor clean up and add a few details for the near future.
-
I have pinned the requirements for now until we decide on a better approach to handle dependencies (I suggest pip-tools)
-
I have added a
pyproject.tomlfile that containsruffandblackconfigurations, I believe that having these can help us maintain a cleaner codebase. (notice I have ranblackandruffon the existing codebase, no functionality has been changed) -
I have updated the
.gitignorefile, I have kept it minimal for now.
For the near future I was thinking a few tasks I can do, of course these are just suggestions, let me know your thoughts:
- write a proper
Makefilefor easier installation/run. - setup
pip-tools - setup
pre-commithooks to enforce the use ofruffandblack