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

Commit 2d4c3a4

Browse files
authored
fix pylint in CI (#16540)
* fix pylint * revert centos pylint
1 parent efa5369 commit 2d4c3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ cpplint:
670670
--exclude_path src/operator/contrib/ctc_include include/mkldnn
671671

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

675675
# Cython build
676676
cython:

0 commit comments

Comments
 (0)