Skip to content

Commit 16ac574

Browse files
authored
Merge pull request #32 from twsl/copier/update
chore(deps): bump copier project template to v0.4.0-53-g5efe685
2 parents 2e31779 + 3c0d45d commit 16ac574

8 files changed

Lines changed: 89 additions & 90 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v0.4.0-51-g4067ef6
2+
_commit: v0.4.0-53-g5efe685
33
_src_path: git+https://github.com/twsl/python-project-template
44
author_email: 45483159+twsl@users.noreply.github.com
55
author_username: twsl

.devcontainer/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797
"ms-python.python",
9898
"astral-sh.ty",
9999
"ms-toolsai.jupyter",
100-
"GitHub.copilot",
101100
"GitHub.copilot-chat",
102101
"github.vscode-github-actions",
103102
"SanjulaGanepola.github-local-actions",
@@ -131,4 +130,4 @@
131130
},
132131
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
133132
"remoteUser": "root"
134-
}
133+
}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@ cython_debug/
169169
/models/
170170

171171
# Databricks
172-
/databricks/
172+
/databricks/

.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"ms-python.python",
44
"astral-sh.ty",
55
"ms-toolsai.jupyter",
6-
"GitHub.copilot",
76
"GitHub.copilot-chat",
87
"github.vscode-github-actions",
98
"SanjulaGanepola.github-local-actions",

notebooks/diagnostic_editable_imports.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"except ImportError as e:\n",
4444
" print(f\"⚠️ dbx-patch is not installed: {e}\")\n",
4545
" print(\"\\nInstall it with:\")\n",
46-
" print(\" %pip install dbx-patch\")\n"
46+
" print(\" %pip install dbx-patch\")"
4747
]
4848
},
4949
{
@@ -111,7 +111,7 @@
111111
"\n",
112112
"except ImportError as e:\n",
113113
" print(f\"⚠️ Cannot import dbx_patch: {e}\")\n",
114-
" print(\"Install dbx-patch first: %pip install dbx-patch\")\n"
114+
" print(\"Install dbx-patch first: %pip install dbx-patch\")"
115115
]
116116
},
117117
{
@@ -174,7 +174,7 @@
174174
" print(f\"⚠️ Error: {e}\")\n",
175175
" import traceback\n",
176176
"\n",
177-
" traceback.print_exc()\n"
177+
" traceback.print_exc()"
178178
]
179179
},
180180
{
@@ -302,7 +302,7 @@
302302
"if result.editable_paths:\n",
303303
" print(\"\\nEditable paths:\")\n",
304304
" for path in result.editable_paths:\n",
305-
" print(f\" - {path}\")\n"
305+
" print(f\" - {path}\")"
306306
]
307307
},
308308
{
@@ -356,7 +356,7 @@
356356
"print()\n",
357357
"print(\"# Example:\")\n",
358358
"print(\"# from your_package import some_function\")\n",
359-
"print(\"# print(some_function())\")\n"
359+
"print(\"# print(some_function())\")"
360360
]
361361
},
362362
{
@@ -392,7 +392,7 @@
392392
"if result.importable_packages:\n",
393393
" print(\"\\nImportable packages:\")\n",
394394
" for pkg in result.importable_packages:\n",
395-
" print(f\" • {pkg}\")\n"
395+
" print(f\" • {pkg}\")"
396396
]
397397
},
398398
{

0 commit comments

Comments
 (0)