cog-imperial / entmoot

Multiobjective black-box optimization using gradient-boosted trees
https://entmoot.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
56 stars 12 forks source link

Code formatting with Ruff #43

Closed TobyBoyne closed 3 months ago

TobyBoyne commented 3 months ago

It would be nice to enforce a consistent style in the codebase. I recommend Ruff. We should enforce this using python pre-commits, so that devs cannot push code that doesn't satisfy the style. We should also include this as part of the testing pipeline.