flake8 now warns when surrounding a substring by quotes: "is manually surrounded by quotes, consider using the `!r` conversion flag" We need to decide whether to permanently enable or disable that feature.
flake8 now warns when surrounding a substring by quotes:
"is manually surrounded by quotes, consider using the
!rconversion flag"We need to decide whether to permanently enable or disable that feature.