melih-unsal / DemoGPT

🤖 Everything you need to create an LLM Agent—tools, prompts, frameworks, and models—all in one place.
MIT License
1.69k stars 200 forks source link

Consider using code formatters like `black`, `ruff` or `isort` to format code base #10

Closed Yevgnen closed 1 year ago

Yevgnen commented 1 year ago

The title says it all...

Good formatted code base also makes contribution easier and helps keeping consistence.

melih-unsal commented 1 year ago

Hi @Yevgnen , Thank you for your suggestion, we are just adding "black" as a code formatter.

melih-unsal commented 1 year ago

Hey @Yevgnen , Thank you again for your suggestion. We've just merged a new pr which has "black" formatter. Now, we would be really appreciated for your contribution.

Yevgnen commented 1 year ago

@melih-unsal Great and thanks! Would you also consider adding tools like isort to format the imports?

melih-unsal commented 1 year ago

@Yevgnen great idea, it will also happen like the black formatter. Let me work on it.

melih-unsal commented 1 year ago

Hi @Yevgnen , isort is also merged. Thank you again!

Yevgnen commented 1 year ago

Thanks!