Lines Matching full:format
51 # logger.warning("foo {} bar".format(3)), but it's not a clear win in all
52 # cases. f-strings would be nicer too, and it's easier to convert from format()
56 # logging-format-interpolation
80 unexpected-line-ending-format,
101 misplaced-format-function,
152 logging-unsupported-format,
153 logging-format-truncated,
156 bad-format-character,
157 truncated-format-string,
158 mixed-format-string,
159 format-needs-mapping,
160 missing-format-string-key,
161 too-many-format-args,
162 too-few-format-args,
163 bad-string-format-type,
224 raising-format-tuple,
227 bad-format-string-key,
228 unused-format-string-key,
229 bad-format-string,
230 unused-format-string-argument,
231 format-combined-specification,
232 missing-format-attribute,
233 invalid-format-index,