Skip to content

Commit ad76e1d

Browse files
committed
pytest_plugin(fix): Wrap long docstring line to satisfy ruff E501
why: Line exceeded 88 character limit (was 89 chars) what: - Split docstring first line for async_svn_repo fixture
1 parent 6e7cdf1 commit ad76e1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/libvcs/pytest_plugin.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,9 @@ async def async_svn_repo(
889889
projects_path: pathlib.Path,
890890
svn_remote_repo: pathlib.Path,
891891
) -> t.AsyncGenerator[AsyncSvnSync, None]:
892-
"""Pre-made async svn checkout of remote repo checked out to user's projects dir.
892+
"""Pre-made async svn checkout of remote repo.
893+
894+
Checked out to user's projects dir.
893895
894896
Async equivalent of :func:`svn_repo` fixture.
895897

0 commit comments

Comments
 (0)