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
- Add return type annotation to PatchtestParser.get_parser()
- Add type annotations to patchtest_result decorator and wrapper
- Add type annotations to MboxReader methods (__exit__, __iter__, __next__)
- Add type annotation for 'lines' list in MboxReader.__next__()
- Fix Patch.__init__ to handle Message.get_payload() union type
- Add None checks for email header fields
- Fix TargetRepo.can_be_merged to return bool consistently
- Fix git.execute() call to use proper keyword argument
- Add None checks for module spec and loader in dynamic import
- Add type annotations to all test functions in core.py and oe.py
- Add type: ignore comments for untyped unidiff imports
- Add types-unidiff to dev dependencies
- Import Tuple from typing for test function signatures
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
0 commit comments