Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 88094970943d11c7c11710839e3d73b3e21fbaae
      
https://github.com/tianocore/edk2/commit/88094970943d11c7c11710839e3d73b3e21fbaae
  Author: Roman A <121314722+gamero...@users.noreply.github.com>
  Date:   2025-05-26 (Mon, 26 May 2025)

  Changed paths:
    M BaseTools/Plugin/CodeQL/analyze/analyze_filter.py
    M BaseTools/Plugin/CodeQL/integration/stuart_codeql.py

  Log Message:
  -----------
  BaseTools: Fix type annotations

Fixed type annotations for functions:
- `def _parse_pattern(line: str) -> Tuple[str]:` -> `def _parse_pattern(line: 
str) -> Tuple[bool, str, str]:`
- `def get_scopes(codeql_enabled: bool) -> Tuple[str]:` -> `def 
get_scopes(codeql_enabled: bool) -> Tuple[str, ...]:`

Signed-off-by: Roman A <gameroman...@gmail.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to