Skip to content

Commit adca0a5

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scripts/dev-install.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ def install_dev():
1414
build_js = "jlpm build"
1515

1616
python_package_prefix = "python"
17-
python_packages = ["jupytergis_core", "jupytergis_lab", "jupytergis_qgis", "jupytergis"]
17+
python_packages = [
18+
"jupytergis_core",
19+
"jupytergis_lab",
20+
"jupytergis_qgis",
21+
"jupytergis",
22+
]
1823

1924
execute(install_build_deps)
2025
execute(install_js_deps)

0 commit comments

Comments
 (0)