InsightSoftwareConsortium / InsightSoftwareConsortium/ITK
STYLE: Update Python string formatting syntax
Open
type:Style
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 748
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 64
Description
### Description
Replace the likes of old-style `"My file is {file}".format(file=my_file)` with new-style `f"My file is {my_file}"`.
Contributor guide
Assessment
This issue has not been assessed yet.