Skip to content

Commit 0e15200

Browse files
authored
Merge pull request #218 from Point72/copier-update-2026-02-15T05-29-45
Update from copier (2026-02-15T05:29:45)
2 parents d9abe73 + 3a14d52 commit 0e15200

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.copier-answers.yaml

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
2-
_commit: 06be9d8
2+
_commit: 4f23417
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: js

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ develop = [
5757
"python-magic",
5858
"ruff>=0.9,<0.15",
5959
"twine",
60+
"ty",
61+
"uv",
6062
"wheel",
6163
# modules
6264
"arrow-odbc",
@@ -200,7 +202,7 @@ packages = [
200202
exclude = [
201203
"/docs",
202204
"/examples",
203-
"/js"
205+
"/js",
204206
]
205207

206208
[tool.hatch.build.hooks.hatch-js]

0 commit comments

Comments
 (0)