Skip to content

Commit f4e0178

Browse files
Update from copier (2025-11-01T17:55:10)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 84995d5 commit f4e0178

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ develop = [
4141
"codespell>=2.4,<2.5",
4242
"hatch-cpp",
4343
"hatchling",
44-
"mdformat>=0.7.22,<0.8",
44+
"mdformat>=0.7.22,<1.1",
4545
"mdformat-tables>=1",
4646
"pytest",
4747
"pytest-cov",
48-
"ruff",
48+
"ruff>=0.9,<0.15",
4949
"twine",
5050
"wheel",
5151
]

0 commit comments

Comments
 (0)