Closed RMeli closed 1 year ago
CI seems to have stopped failing for a while (see output of https://github.com/eth-cscs/stackinator/actions/runs/5486778221/jobs/9997318839?pr=122, for example). This PR improves how linting tools are run.
The whole code base is automatically re-formatted to make black and isort happy again.
black
isort
Additionally, the docs and publish actions are only allowed to run from the main repo.
docs
publish
@RMeli why is this draft?
@teojgo I was giving precedence to #122, so I set this to draft to avoid potential merge conflicts. But I can take care of those if needed.
CI seems to have stopped failing for a while (see output of https://github.com/eth-cscs/stackinator/actions/runs/5486778221/jobs/9997318839?pr=122, for example). This PR improves how linting tools are run.
The whole code base is automatically re-formatted to make
black
andisort
happy again.Additionally, the
docs
andpublish
actions are only allowed to run from the main repo.