Recently the version of PyLint was updated from 2.4.4 to 2.9.3 (#11734), however, in doing so usage of the new ci_lint image are failing with a bunch of linting complaints e.g. https://ci.tlcpack.ai/blue/organizations/jenkins/docker-images-ci%2Fdocker-image-run-tests/detail/docker-image-run-tests/146/pipeline.
While this is not a problem in TVM's CI since the images need updating manually (for now, until #11768), it renders using a newly built ci_lint unusable due to the linting complaints. One solution would be to go through and fix all of these complaints. Although, since there are quite a few (~500) it may take some time to get the codebase upto the standard of the new PyLint version. Therefore, I suggest we revert the commit #11734 for now so that a newly built ci_lint image can be used by anyone wishing to do so. Then, submit a new patch with the version change and the relevant complaints fixed at a later date. Wondering what other people's thoughts are on this?
cc @leandron@manupa-arm@areusch@AndrewZhaoLuo@junrushao1994 @ashutosh-arm @driazati
Recently the version of PyLint was updated from
2.4.4to2.9.3(#11734), however, in doing so usage of the newci_lintimage are failing with a bunch of linting complaints e.g. https://ci.tlcpack.ai/blue/organizations/jenkins/docker-images-ci%2Fdocker-image-run-tests/detail/docker-image-run-tests/146/pipeline.While this is not a problem in TVM's CI since the images need updating manually (for now, until #11768), it renders using a newly built
ci_lintunusable due to the linting complaints. One solution would be to go through and fix all of these complaints. Although, since there are quite a few (~500) it may take some time to get the codebase upto the standard of the new PyLint version. Therefore, I suggest we revert the commit #11734 for now so that a newly builtci_lintimage can be used by anyone wishing to do so. Then, submit a new patch with the version change and the relevant complaints fixed at a later date. Wondering what other people's thoughts are on this?cc @leandron@manupa-arm@areusch@AndrewZhaoLuo@junrushao1994 @ashutosh-arm @driazati