mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
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 <gameromandev@gmail.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| analyze_filter.py | ||
| globber.py | ||