autoflake icon indicating copy to clipboard operation
autoflake copied to clipboard

Fix F541

Open jmcarp opened this issue 5 years ago • 1 comments

I updated flake8 and noticed that autoflake doesn't fix F541: f-string without any placeholders. I'd be happy to write up a PR for this, but I'm not familiar with the code--anybody have pointers?

jmcarp avatar May 21 '20 21:05 jmcarp

https://github.com/dannysepler/rm_unneeded_f_str handles this as a CLI tool or pre-commit hook

dannysepler avatar Mar 07 '22 16:03 dannysepler