Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: pin
ruff
and mypy
versions in the lint
stage in the CI p…
…ipeline (#2679) Currently, `ruff` and `mypy` have their latest versions installed in the CI pipeline, while locally they are fixed to a specific version. This can cause issues, see #2678. This PR proposes to fix them to their specific version in the pipeline. The alternative I could think of was installing the virtual environment with `make develop`, but that takes between 4 and 5 minutes, which might be considered a bit too long to wait on linting results. This PR will have conflicts with #2674, so I'll need to rebase one of these PR's once the other is merged. # Related Issue(s) - closes [#106](#2678)
- Loading branch information