Hi All,

On enabling the option "undefined-variable" in pylint (in pylintrc) and 
executing on the latest code, 52 errors show up (most of them from the example 
folder). These could lead to Python NameError at runtime. The errors are 
documented in https://github.com/apache/incubator-mxnet/issues/11904. 

Currently, this Pylint option is disabled in CI and pylint is not executed on 
the example folder.

Would it be a good idea to enable the option in CI to catch these errors, and 
in the meantime, fix the backlog? 

Thanks,
Vandana

Reply via email to