alteryx / evalml

EvalML is an AutoML library written in python.
https://evalml.alteryx.com
BSD 3-Clause "New" or "Revised" License
734 stars 83 forks source link

Reformat EvalML codebase to conform to new black formatting standards #4396

Closed christopherbunn closed 4 months ago

christopherbunn commented 4 months ago

With the release of black 0.24.2, they are enforcing new 2024 stable code formatting standards. As a result, we should update EvalML using make lint-fix to conform to them.