Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve type hints based on mypy analysis (#105)
* improve type hints based on mypy analysis * use cast instead of type: ignore * create root-level horizontal standard variables with precise domain * work around missing typing.Final in python 3.7 * try another python 3.7 workaround * run mypy as part of github actions * tweaks for online mypy tests * mypy: install types-pyyaml * add type hints to fabm_evaluate.py * install netcdf4 for type checking * skip mypy checks on python 3.8 (no type-aware netcdf4) * further improvements to type annotation * use sys.platform to detect windows
- Loading branch information