DickJC123 commented on a change in pull request #16462: Fix flakey pylint CI
failures
URL: https://github.com/apache/incubator-mxnet/pull/16462#discussion_r334630046
##########
File path: ci/other/pylintrc
##########
@@ -113,7 +113,10 @@ disable=
too-many-instance-attributes,
too-many-locals,
too-many-public-methods,
- too-many-statements
+ too-many-statements,
+ too-many-lines,
+ duplicate-code,
+ cyclic-import
Review comment:
Good point, however there are over 90 cyclic-import errors reported.
Analyzing the python software architecture and possibly refactoring it to
eliminate cyclic imports is beyond the scope of this PR. I'll file an issue to
see if one of the python major code owners will look into this.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services