Discrepancy of ruff version in pyproject.toml and .github/workflows/run_test.yml
Aberta
- Linguagem predominante
- Python
- Estrelas
- 23
- Forks
- 28
- Merge médio
- 4d 12h
- PRs com merge (30d)
- 5
Descrição
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.
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.