File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : v0.0.7-16-g31112c5
2+ _commit : v0.0.7-17-g9d45bba
33_src_path : gh:LabAutomationAndScreening/copier-base-template.git
44description : Copier template for creating Python libraries and executables
55python_ci_versions :
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ git config --global --add safe.directory /workspaces/{% endraw %}{{ repo_name }}
77
88sh .devcontainer/on-create-command-boilerplate.sh
99
10- sh .devcontainer/manual-setup-deps.sh
10+ {% endraw %}{% if python_package_registry is not defined or python_package_registry == "PyPi" %}{% raw %} sh .devcontainer/manual-setup-deps.sh{% endraw %}{% endif %}{% raw %}
1111
1212pre-commit install --install-hooks{% endraw %}
You can’t perform that action at this time.
0 commit comments