Skip to content

Commit 6fb84f4

Browse files
fix linter warnings
1 parent 38d0e27 commit 6fb84f4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/reinstall_dev.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
Reinstall multiple local libraries in editable mode for development.
44
55
Workflow:
6-
1) Try to uninstall all target libraries in one command (ignore errors if some are not installed).
6+
1) Try to uninstall all target libraries in one command (ignore errors if some are
7+
not installed).
78
2) Reinstall each library in editable mode from a sibling folder: ../<library>.
89
910
This script uses the same Python interpreter that runs it (sys.executable),

0 commit comments

Comments
 (0)