aboutcode-org / aboutcode-org/vulnerablecode
Use f-strings for better readability
Abierto
ui
- Lenguaje dominante
- Python
- Estrellas
- 702
- Forks
- 328
- Merge medio
- 3 d 8 h
- PR fusionados (30 d)
- 3
Descripción
From @tdruez 's comments in https://github.com/nexB/vulnerablecode/issues/875 .
Use f-strings for better readability:
```
search_string = request.GET["name"]
"package_search": f"The VCIO DB does not contain a record of the package you entered: {search_string}."
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.