openml / openml-python

Python module to interface with OpenML
https://openml.github.io/openml-python/main/
Other
276 stars 142 forks source link

[CI] Add `pyproject.toml` for `black` #1297

Closed eddiebergman closed 6 months ago

eddiebergman commented 6 months ago

When starting up my editor, black wanted to format to 88. Upon looking, there's no specification anywhere. Turns out it should be in a pyproject.toml file.

In general, we can migrate most tools over to a pyproject.toml but not really important to do now

PGijsbers commented 6 months ago

I agree. This project pre-dates pyproject.toml (at least the support for it by various tools), but I would very much like to move as much of the different tool configurations in there, so everything is configured in an easily identifiable central place.