From be93a1c08c0ac19c6115f15adacb4288f88d57ca Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Fri, 29 Dec 2023 14:10:01 +0800 Subject: [PATCH] mypy. --- tests/ci_build/lint_python.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ci_build/lint_python.py b/tests/ci_build/lint_python.py index a667cc708352..4dd76fd50a51 100644 --- a/tests/ci_build/lint_python.py +++ b/tests/ci_build/lint_python.py @@ -85,6 +85,7 @@ class LintersPaths: "tests/python/test_dt.py", "tests/python/test_demos.py", "tests/python/test_data_iterator.py", + "tests/python/test_multi_target.py", "tests/python-gpu/test_gpu_data_iterator.py", "tests/python-gpu/load_pickle.py", "tests/test_distributed/test_with_spark/test_data.py",