Skip to content

Commit 82884a7

Browse files
authored
Merge pull request #54 from python-project-templates/copier-update-2025-11-01T17-55-04
Update from copier (2025-11-01T17:55:04)
2 parents c99229a + 4f7b459 commit 82884a7

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: python

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ develop = [
3535
"check-manifest",
3636
"codespell>=2.4,<2.5",
3737
"hatchling",
38-
"mdformat>=0.7.22,<0.8",
38+
"mdformat>=0.7.22,<1.1",
3939
"mdformat-tables>=1",
4040
"pytest",
4141
"pytest-cov",
42-
"ruff",
42+
"ruff>=0.9,<0.15",
4343
"twine",
4444
"uv",
4545
"wheel",

0 commit comments

Comments
 (0)