[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2022-10-02 20:41:55 +00:00
parent 25757d9d05
commit 6085fc2d4d

View file

@ -20,7 +20,7 @@ def _stat_key(s: str) -> tuple[int, int]:
def _walk_up_directories_to_root_or_home( def _walk_up_directories_to_root_or_home(
path: str path: str,
) -> Generator[str, None, None]: ) -> Generator[str, None, None]:
"""Walk upwards from the given directory. """Walk upwards from the given directory.