ament_pep257 uses deprecated pydocstyle
- Lenguaje dominante
- Python
- Estrellas
- 50
- Forks
- 129
- Merge medio
- 3 d 10 h
- PR fusionados (30 d)
- 3
Descripción
It currently still works but has been [deprecated](https://github.com/PyCQA/pydocstyle/pull/658) in favor of [ruff](https://github.com/astral-sh/ruff). However as of https://github.com/astral-sh/ruff/issues/659 there is not currently a Python api that could be used to replace it. And even if it did work ruff is not available via package managers yet.
Some possible solutions are the following:
1. Add warning into ament_pep257 that it might break in the future
2. Hold out for a ruff api replacement that could be dropped in pydocstyles' place in the future
3. Add a deprecation warning then in some future version deprecate in favor of some future ament_ruff
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.