Hi, i test this on pycodestyle ```python l=0 ``` output : `E741 ambiguous variable name 'l' ` but flake8 is wrapper of pycodestyle,... not found this, E741 why?
Hi,
i test this on pycodestyle
output :
E741 ambiguous variable name 'l'but flake8 is wrapper of pycodestyle,... not found this, E741 why?