PyCQA / flake8

flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
https://flake8.pycqa.org
Other
3.4k stars 306 forks source link

Warn when f-string with non-local variable used? Warn when f-string converting function to str is used? #1872

Closed mpasternak closed 1 year ago

asottile commented 1 year ago

flake8 does not implement any checks