You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable mypy checking for test_utils and test_parallelcompat (#10691)
* Enable mypy checking for test_utils and test_parallelcompat
Removes xarray.tests.test_utils and xarray.tests.test_parallelcompat from the mypy
exclusion list by fixing type issues in these files:
- Added type annotations where needed
- Added targeted type: ignore comments for intentional test behaviors
- Fixed function call signatures to match expected types
All tests continue to pass and mypy now checks these files with check_untyped_defs=true.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Also enable mypy for test_missing
Removes xarray.tests.test_missing from the mypy exclusion list by
fixing type issues:
- Added type: ignore comments for intentional test cases with invalid methods
- Added type annotation for kwargs dict
All 115 tests continue to pass.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments