flake8-string-format
flake8-string-format copied to clipboard
Add lint rule to forbid to call method inside format
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 ?