Skip to content

Commit d5f99f6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c76e8c6 commit d5f99f6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pylint/config/find_default_config_files.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@
2222

2323

2424
def _find_pyproject() -> Path:
25-
"""Search for file pyproject.toml in the parent directories recursively. It resolves
26-
symlinks, so if there is any symlink up in the tree, it does not respect them"""
25+
"""Search for file pyproject.toml in the parent directories recursively.
26+
27+
It resolves
28+
symlinks, so if there is any symlink up in the tree, it does not respect them
29+
"""
2730
current_dir = Path.cwd().resolve()
2831
is_root = False
2932
while not is_root:

0 commit comments

Comments
 (0)