googleapis / googleapis/google-cloud-python
Remove hardcoded Ruff target-version
Abierto
priority: p2
type: cleanup
- Lenguaje dominante
- Python
- Estrellas
- 5.4k
- Forks
- 1.8k
- Merge medio
- 3 d 4 h
- PR fusionados (30 d)
- 122
Descripción
The current CLI tool hardcodes `--target-version=py37` for Ruff formatting and linting. Evaluate if we can remove this flag and instead let Ruff default to its own baseline.
Rely on a pyproject.toml or ruff.toml for version targeting.
Goal: Eliminate the need to manually "bump" this version string in the script as our minimum supported Python version evolves.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.