Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Typing annotations for arithmetic overrides (e.g., DataArray + Datase…
…t) (#9688) * Typing annotations for arithmetic overrides (e.g., DataArray + Dataset) This change explicitly adds annotations for arithmetic like DataArray + Dataset in `_typed_ops.py`. Note: I've added a dependency on jinja2, a standard Python templating engine. It is only required for manually regenerating typed operations, which should impact only a handful of xarray developers. Fixes GH9656 * Update mypy on GitHub CI to use python 3.12 * add jinja2 to dev dependencies
- Loading branch information