MichaelKim0407 / flake8-use-fstring

MIT License
51 stars 7 forks source link

Consistent format with or without leading trailing white space #8

Open cleder opened 3 years ago

cleder commented 3 years ago

https://www.python.org/dev/peps/pep-0498/#leading-and-trailing-whitespace-in-expressions-is-ignored

Leading and trailing whitespace in expressions is ignored For ease of readability, leading and trailing whitespace in expressions is ignored. This is a by-product of enclosing the expression in parentheses before evaluation.

It would be nice if this plugin could enforce consistent behaviour though e.g:

FS004 : Missing leading or trailing whitespace FS104 : Leading or trailing whitespace disallowed

The user should then be forced to ignore one or the other behaviour

MichaelKim0407 commented 3 years ago

Hi @cleder , there are no plans for me to add new features at the moment. If you would like to contribute, I'm happy to review, merge and publish your contribution.