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
For now black version 2023 is pinned in pyproject.toml and #346 also pins it in the CI job. At some point we can switch to newer formatting. Maybe when people are not in the middle of analyses.
The text was updated successfully, but these errors were encountered:
Basically, install black via pip/poetry rather than using the pre-built github action. That forces the two versions to always be aligned.
I did that in the past for flarestack. Then I recall the upstream black action had been updated to pick up the black version from the repository, so I reverted the workflow to use the action. Not sure why the behaviour changed once again, but I agree that is better to run black ourselves from within the setup.
For now
black
version 2023 is pinned inpyproject.toml
and #346 also pins it in the CI job. At some point we can switch to newer formatting. Maybe when people are not in the middle of analyses.The text was updated successfully, but these errors were encountered: