You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/08/17 00:16:15 UTC

[GitHub] cclauss commented on a change in pull request #12200: [MXNET-696] 'make pylint' should run a current version of PyLint

cclauss commented on a change in pull request #12200: [MXNET-696] 'make pylint' should run a current version of PyLint
URL: https://github.com/apache/incubator-mxnet/pull/12200#discussion_r210776958
 
 

 ##########
 File path: Makefile
 ##########
 @@ -534,7 +534,10 @@ cpplint:
 	--exclude_path src/operator/contrib/ctc_include
 
 pylint:
-	pylint --rcfile=$(ROOTDIR)/ci/other/pylintrc --ignore-patterns=".*\.so$$,.*\.dll$$,.*\.dylib$$" python/mxnet tools/caffe_converter/*.py
+	python3 --version  # Python 3.5.2
 
 Review comment:
   This PR no longer requires Contributor to have multiple versions of Python installed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services