Skip to content

Commit 9e0ce2f

Browse files
Update from copier (2026-02-15T05:50:12)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d00bc6d commit 9e0ce2f

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

.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: b74d698
2+
_commit: 37f89c1
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
requires = [
33
"hatchling",
44
]
5+
<<<<<<< before updating
56
build-backend = "hatchling.build"
7+
=======
8+
build-backend="hatchling.build"
9+
>>>>>>> after updating
610

711
[project]
812
name = "yardang"
@@ -70,6 +74,7 @@ develop = [
7074
"pytest-cov",
7175
"ruff>=0.9,<0.15",
7276
"twine",
77+
"ty",
7378
"uv",
7479
"wheel",
7580
]
@@ -130,19 +135,25 @@ src = "/"
130135
packages = [
131136
"yardang",
132137
]
138+
<<<<<<< before updating
133139
exclude = [
134140
"docs/*",
135141
"examples/*",
136142
]
143+
=======
144+
>>>>>>> after updating
137145

138146
[tool.hatch.build.targets.wheel]
139147
packages = [
140148
"yardang",
141149
]
150+
<<<<<<< before updating
142151
exclude = [
143152
"docs/*",
144153
"examples/*",
145154
]
155+
=======
156+
>>>>>>> after updating
146157

147158
[tool.hatch.build.targets.wheel.shared-data]
148159

@@ -180,6 +191,7 @@ section-order = [
180191
"F401",
181192
"F403",
182193
]
194+
<<<<<<< before updating
183195

184196
[tool.yardang]
185197
root = "docs/src/home.md"
@@ -214,3 +226,5 @@ generate-footer = true
214226
footer-docs-url = "https://yardang.python-templates.dev"
215227
footer-repo-url = "https://github.com/python-project-templates/yardang"
216228
markdown-flavor = "github"
229+
=======
230+
>>>>>>> after updating

0 commit comments

Comments
 (0)