-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Better support for mypy. #6496
Copy link
Copy link
Open
Description
Currently many more Python projects like dask and optuna are using Python type hints. With the Python package of xgboost gaining more and more features, we should also adopt mypy as a safe guard against some type errors and for better code documentation.
Reactions are currently unavailable