You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to support configuration within pyproject.toml, add support for a standalone yamlfix.toml or .yamlfix.toml file.
Additional context
When Yamlfix is used as part of a Python project, it is fantastic to have the config within the central pyproject.toml file; however, not all projects are Python projects.
I think it would be really nice if Yamlfix provided support for both .yamlfix.toml and yamlfix.toml.
Description
In addition to support configuration within
pyproject.toml
, add support for a standaloneyamlfix.toml
or.yamlfix.toml
file.Additional context
When Yamlfix is used as part of a Python project, it is fantastic to have the config within the central
pyproject.toml
file; however, not all projects are Python projects.I think it would be really nice if Yamlfix provided support for both
.yamlfix.toml
andyamlfix.toml
.Related Issue
This is related to:
Though the above differs in that I am suggesting a per-project configuration, as opposed to a global user config.
Implementation
If that is something that would be desirable, it seems like it should be rather trivial to implement using the existing
maison
framework: https://maison.readthedocs.io/en/latest/usage.html#source-files. I would be happy to contribute a PR.The text was updated successfully, but these errors were encountered: