Skip to content

Commit 5d0e1df

Browse files
committed
lint.
1 parent 9f31fdd commit 5d0e1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(self, name):
8686
super().__init__(name=name, sources=[])
8787

8888

89-
class BuildExt(build_ext.build_ext):
89+
class BuildExt(build_ext.build_ext): # pylint: disable=too-many-ancestors
9090
'''Custom build_ext command using CMake.'''
9191

9292
logger = logging.getLogger('XGBoost build_ext')

0 commit comments

Comments
 (0)