[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
fe7e965b46
commit
403f72d1a6
1 changed files with 1 additions and 3 deletions
|
|
@ -501,9 +501,7 @@ def _shell_alias_definitions(command: str) -> dict[str, str]:
|
|||
return aliases
|
||||
|
||||
|
||||
def _segment_with_alias_expansion(
|
||||
segment: list[str], aliases: dict[str, str]
|
||||
) -> list[str] | None:
|
||||
def _segment_with_alias_expansion(segment: list[str], aliases: dict[str, str]) -> list[str] | None:
|
||||
if not aliases:
|
||||
return None
|
||||
cmd_index = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue