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.

Home Page:https://flake8.pycqa.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mpasternak opened this issue · comments

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

flake8 does not implement any checks