Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix pylint in CI (#16540)
Browse files Browse the repository at this point in the history
* fix pylint

* revert centos pylint
  • Loading branch information
roywei committed Oct 19, 2019
1 parent efa5369 commit 2d4c3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ cpplint:
--exclude_path src/operator/contrib/ctc_include include/mkldnn

pylint:
python3 -m pylint --rcfile=$(ROOTDIR)/ci/other/pylintrc --ignore-patterns=".*\.so$$,.*\.dll$$,.*\.dylib$$" python/mxnet tools/caffe_converter/*.py
python3 -m pylint --rcfile=$(ROOTDIR)/ci/other/pylintrc --ignore-patterns=".*\.so$$,.*\.dll$$,.*\.dylib$$" python/mxnet

# Cython build
cython:
Expand Down

0 comments on commit 2d4c3a4

Please sign in to comment.