Update typing and other modernization in git client.

Review Request #14324 — Created Feb. 3, 2025 and updated — Latest diff uploaded

Information

RBTools
master

Reviewers

This change does some improvements to our type hints, fixes up some doc
typos/errors, and moves to more modern syntax for a few things
(f-strings, list construction, etc).

Ran unit tests.

Diff Revision 7 (Latest)

orig
1
2
3
4
5
6
7

Commits

First Last Summary ID Author
Update typing and other modernization in git client.
This change does some improvements to our type hints, fixes up some doc typos/errors, and moves to more modern syntax for a few things (f-strings, list construction, etc). Testing Done: Ran unit tests.
e3a0b6882dd5dbae4a4e3531a0d3d855b6bae9e1 David Trowbridge
rbtools/clients/git.py
rbtools/clients/tests/test_git.py
rbtools/utils/diffs.py
rbtools/utils/process.py
Loading...