Issue : Inconsistent use of f-strings
Author: PrinceSajjadHussainCreated Jun 22, 2025Updated Jun 22, 2025
The code uses both Python 2 style string formatting (e.g., `'Remove ' + f`) and f-strings. Consistently using f-strings (available for Python 3.6+) would improve readability.
Source: donnemartin/gitsome