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
* Resolve Python linting errors
* Add missing docstrings to Python files
Adds Google-style docstrings to public modules, classes, and functions in the 'scripts/' and 'test/python/' directories to resolve CI errors.
* Resolve mypy type-checking errors
Resolves mypy errors in Python scripts by adding missing type annotations, handling potential `None` values, and correcting import statements.
* Fix minor `ruff check` regression from `mypy` fixes
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
0 commit comments