Discrepancy of ruff version in pyproject.toml and .github/workflows/run_test.yml
Open
- Dominant language
- Python
- Stars
- 23
- Forks
- 28
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 5
Description
In pyproject.toml the ruff version is not specified, however in the workflow that runs the ruff linting test it is set to ruff==0.11.2. This cause discrepancy problems if you run ruff locally and then in the github tests.
Solution: Either remove version specification in run_test.yml or set version in pyproject.toml.
Contributor guide
Assessment
This issue has not been assessed yet.