on a customer project, the backend-lint.yml@v2 started to fail this week when calling
|
uvx pyroma@${{ inputs.version-pyroma }} -d . |
The error is:
build._exceptions.BuildBackendException: Backend 'hatchling.build' is not available.
The fix is to add --with hatchling to uvx on the same line.
I do find it strange this would break now without any updatest to Pyroma since december afaics.