=== Message * Add replacement fields or use a normal string instead of an f-string. * Remove this unused argument. * Remove X unused positional arguments. * Fix this formatted string's syntax. * Name unnamed replacement field(s). * Replace formatting argument(s) with a mapping; Replacement fields are named. * Use only positional or named fields, don't mix them. * Replace this value with a number as "%d" requires. * Replace this value with an integer as "%X" requires. * Replace this value with an integer as "*" requires. * Add X missing argument(s). * Remove X unexpected argument(s); format string expects Y arguments. * Replace this key; %-format accepts only string keys. * Provide a value for field "X". * Remove this unused argument or add a replacement field.