Skip to content

Commit d8371e4

Browse files
Update from copier (2025-11-01T17:54:29)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bb21901 commit d8371e4

File tree

2 files changed

+6
-2
lines changed

2 files changed

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

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,16 @@ develop = [
4545
"check-manifest",
4646
"codespell>=2.4,<2.5",
4747
"hatchling",
48+
<<<<<<< before updating
4849
"hatch-build",
4950
"mdformat>=0.7.22,<0.8",
51+
=======
52+
"mdformat>=0.7.22,<1.1",
53+
>>>>>>> after updating
5054
"mdformat-tables>=1",
5155
"pytest",
5256
"pytest-cov",
53-
"ruff",
57+
"ruff>=0.9,<0.15",
5458
"twine",
5559
"uv",
5660
"wheel",

0 commit comments

Comments
 (0)