• 
      

    Update typing: Dict[...]

    Review Request #14773 — Created Jan. 12, 2026 and submitted — Latest diff uploaded

    Information

    RBTools
    master

    Reviewers

    This change updates the type hints in the rbtools codebase to replace
    Dict[...] with either dict[...] or Mapping[...] as appropriate (or
    in a couple cases, RBToolsConfig).

    Ran unit tests.

    Commits

    Files