PyCQA / pycodestyle

Simple Python style checker in one Python file
https://pycodestyle.pycqa.org
Other
5.01k stars 755 forks source link

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

Closed qbnil closed 5 months ago

qbnil commented 5 months ago

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

asottile commented 5 months ago

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

qbnil commented 5 months ago

image Where do you think it comes from then

qbnil commented 5 months ago

it's flake8, figured it, sorry