Pattern: Missing use of f-string
Issue: -
Used when Pylint detects a string that is being formatted with format()
or %
which could potentially be a f-string. The use of f-strings is preferred.
Pattern: Missing use of f-string
Issue: -
Used when Pylint detects a string that is being formatted with format()
or %
which could potentially be a f-string. The use of f-strings is preferred.