autoflake
autoflake copied to clipboard
Fix F541
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?
https://github.com/dannysepler/rm_unneeded_f_str handles this as a CLI tool or pre-commit hook