So the yamlfix docs say you can configure through pyproject.toml
https://lyz-code.github.io/yamlfix/#auto-configure-through-pyprojecttoml
But I can't find a way to make yamlfix, and pre-commit that is calling yamlfix, to pick up the changes. running both yamlfix and pre-commit says all files passed and don't correct according to the new spec.
So, how do I force it to pick up the changes to my pyproject.yaml file?