aboutcode-org / aboutcode-org/vulnerablecode

Use f-strings for better readability

オープン
#877 コメント 2 件 リアクション 0 件 担当者 1 名 @johnmhoran が担当を希望しています GitHub で見る
ui
主要言語
Python
スター
702
フォーク
328
平均マージ
3日 8時間
マージ済み PR(30日)
3

説明

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}."
```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。