InsightSoftwareConsortium / InsightSoftwareConsortium/ITK

STYLE: Update Python string formatting syntax

Open
#3,239 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.