@@ -111,39 +111,16 @@ class LintersPaths:
111111 "tests/python/test_model_io.py" ,
112112 "tests/python/test_ordinal.py" ,
113113 "tests/python/test_interaction_constraints.py" ,
114- "tests/python-gpu/test_gpu_callbacks.py" ,
115- "tests/python-gpu/test_gpu_data_iterator.py" ,
116- "tests/python-gpu/test_gpu_ordinal.py" ,
117- "tests/python-gpu/load_pickle.py" ,
118- "tests/python-gpu/test_gpu_training_continuation.py" ,
119- "tests/python-gpu/test_gpu_plotting.py" ,
120- "tests/python-gpu/test_gpu_parse_tree.py" ,
114+ "tests/python-gpu/" ,
121115 "tests/test_distributed/test_federated/" ,
122116 "tests/test_distributed/test_gpu_federated/" ,
123- "tests/test_distributed/test_with_dask/test_ranking.py" ,
124- "tests/test_distributed/test_with_dask/test_external_memory.py" ,
117+ "tests/test_distributed/test_with_dask/" ,
125118 "tests/test_distributed/test_with_spark/test_data.py" ,
126119 "tests/test_distributed/test_gpu_with_spark/test_data.py" ,
127120 "tests/test_distributed/test_gpu_with_dask/" ,
128121 # demo
129122 "demo/dask/" ,
130- "demo/guide-python/custom_softmax.py" ,
131- "demo/guide-python/external_memory.py" ,
132- "demo/guide-python/distributed_extmem_basic.py" ,
133- "demo/guide-python/sklearn_examples.py" ,
134- "demo/guide-python/continuation.py" ,
135- "demo/guide-python/callbacks.py" ,
136- "demo/guide-python/update_process.py" ,
137- "demo/guide-python/cat_in_the_dat.py" ,
138- "demo/guide-python/categorical.py" ,
139- "demo/guide-python/cat_pipeline.py" ,
140- "demo/guide-python/feature_weights.py" ,
141- "demo/guide-python/model_parser.py" ,
142- "demo/guide-python/individual_trees.py" ,
143- "demo/guide-python/quantile_regression.py" ,
144- "demo/guide-python/quantile_data_iterator.py" ,
145- "demo/guide-python/multioutput_regression.py" ,
146- "demo/guide-python/learning_to_rank.py" ,
123+ "demo/guide-python/" ,
147124 "demo/aft_survival/aft_survival_viz_demo.py" ,
148125 # CI
149126 "ops/" ,
0 commit comments