Skip to content

Commit 9739e54

Browse files
Update from copier (2025-11-01T17:48:36)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 468cb50 commit 9739e54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ develop = [
4040
"check-manifest",
4141
"codespell>=2.4,<2.5",
4242
"hatchling",
43-
"mdformat>=0.7.22,<0.8",
43+
"mdformat>=0.7.22,<1.1",
4444
"mdformat-tables>=1",
4545
"pytest",
4646
"pytest-cov",
47-
"ruff",
47+
"ruff>=0.9,<0.15",
4848
"twine",
4949
"uv",
5050
"wheel",

0 commit comments

Comments
 (0)