PyCQA / pycodestyle

Simple Python style checker in one Python file

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

suppress <name> may be undefined, or defined from star imports

qbnil opened this issue · comments

Is there a way to suppress this warning, i checked the docs but i didn't find anything in the imports section

pycodestyle does not have a diagnostic like that. you must be confusing it for some other project

image
Where do you think it comes from then

it's flake8, figured it, sorry