microsoft / FLAML

A fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP.
https://microsoft.github.io/FLAML/
MIT License
3.75k stars 495 forks source link

Inconsistent Usage of .format() and f-strings in FLAML Codebase #1306

Open Programmer-RD-AI opened 1 month ago

Programmer-RD-AI commented 1 month ago

In the FLAML codebase, there is inconsistent usage of string formatting methods such as .format() and f-strings (f""). This inconsistency can lead to confusion and hinder readability, especially for contributors who may expect a consistent style throughout the codebase.

Thank you for addressing this issue to improve the quality and consistency of the FLAML project.