flake8-string-format icon indicating copy to clipboard operation
flake8-string-format copied to clipboard

Add lint rule to forbid to call method inside format

Open An4ik opened this issue 5 years ago • 0 comments

I would like to forbid to call any method inside format:

f'{foo()} bzz

This convention we are trying to follow with the team, so if it's ok I can handle it?

don't you think it a good idea or ?

An4ik avatar Sep 17 '20 17:09 An4ik