is the pants python linting setup supposed to catc...
# development
h
is the pants python linting setup supposed to catch uses of f-strings that don't have any variables interpolated?
h
yeah
h
looks like its not on https://github.com/pantsbuild/pants/pull/11697/files . I'm surprised that passed the linter
h
It's allowed if it's a multiline continuation where one of the lines has interpolation
👍 1
In fact I think that is the recommendation
The is too much potential for bugs if you rebreak the lines when editing otherwise
h
ah, cool. yeah that's sensible, and I'm glad the linter is smart enough to handle that case