mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
25757d9d05
commit
6085fc2d4d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ def _stat_key(s: str) -> tuple[int, int]:
|
|||
|
||||
|
||||
def _walk_up_directories_to_root_or_home(
|
||||
path: str
|
||||
path: str,
|
||||
) -> Generator[str, None, None]:
|
||||
"""Walk upwards from the given directory.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue