Skip to content

Commit 9159b32

Browse files
committed
Fix lint from GitHub commit UI wrong line length
1 parent e2344c7 commit 9159b32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/_build_backend/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
But when building sdist tarballs symlinks are not copied and we end up with
2727
broken LICENSE.txt and NOTICE.txt.
2828
29-
This custom build backend replaces the symlinks with actual file copies before scikit_build_core.build.build_sdist so that the sdist contains the real file content. The symlinks are restored afterwards to keep the git working tree clean.
29+
This custom build backend replaces the symlinks with actual file copies before
30+
scikit_build_core.build.build_sdist so that the sdist contains the real file content.
31+
The symlinks are restored afterwards to keep the git working tree clean.
3032
"""
3133

3234
from contextlib import contextmanager

0 commit comments

Comments
 (0)