Closed hf-kklein closed 10 months ago
The code-formatter is not pinned in the workflow: https://github.com/Hochfrequenz/bo4e_migration_framework/blob/f684d9c6eb8c127502f5741023cc741b284a93d6/.github/workflows/black.yml#L25
so implicitly we always use the latest black.
since black released a new version this week, black fails in all workflows.
[x] Fix it by pinning the formatting tools (isort and black) in a dev_requirements/requirements-formatting.in / .txt
[x] Refer to this requirements-formatting.txt in the formatting github action (see above)
[x] Refer to this requirements-formatting.txt in the tox.ini
The code-formatter is not pinned in the workflow: https://github.com/Hochfrequenz/bo4e_migration_framework/blob/f684d9c6eb8c127502f5741023cc741b284a93d6/.github/workflows/black.yml#L25
so implicitly we always use the latest black.
since black released a new version this week, black fails in all workflows.
[x] Fix it by pinning the formatting tools (isort and black) in a dev_requirements/requirements-formatting.in / .txt
[x] Refer to this requirements-formatting.txt in the formatting github action (see above)
[x] Refer to this requirements-formatting.txt in the tox.ini