Add typehint to rabit module. (#7240)

This commit is contained in:
Jiaming Yuan
2021-09-17 18:31:02 +08:00
committed by GitHub
parent c735c17f33
commit e48e05e6e2
4 changed files with 32 additions and 27 deletions

View File

@@ -92,6 +92,7 @@ endif
mypy:
cd python-package; \
mypy ./xgboost/dask.py && \
mypy ./xgboost/rabit.py && \
mypy ../demo/guide-python/external_memory.py && \
mypy ../tests/python-gpu/test_gpu_with_dask.py && \
mypy ../tests/python/test_data_iterator.py && \