Project should use the same version of ruff
in the lint
stage of python_build.yml
as in pyproject.toml
#2678
Labels
bug
Something isn't working
Bug
What happened:
Currently, the CI/CD pipeline is failing due to a new release of
ruff
. In this line, the version of ruff is not pinned:so in the CI/CD pipeline the latest version of ruff is used, but in
pyproject.toml
it is pinned to an older version. As a result, locally we use a different version than in the CI/CD pipeline.A short term solution is provided by #2673, but we should probably look into a long term solution:
The options I can think of:
ruff
in the CI/CD pipeline and keep it in sync manually, but a similar issue may pop-up for the other packages there.The text was updated successfully, but these errors were encountered: