Is there a way to config Kolo using a multi purpose pyproject.toml rather than the dedicated .kolo/config.toml?
I think this should be the preferred way. Lots of Python tools behave this way now, looking for a global config file, then falling back on local config.
Is there a way to config Kolo using a multi purpose
pyproject.toml
rather than the dedicated.kolo/config.toml
?I think this should be the preferred way. Lots of Python tools behave this way now, looking for a global config file, then falling back on local config.