We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d55db5f + 389b53a commit a5bfc8dCopy full SHA for a5bfc8d
2 files changed
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: f812aaa
+_commit: 5af64c5
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: false
5
add_extension: python
pyproject.toml
@@ -44,11 +44,11 @@ develop = [
44
"check-manifest",
45
"codespell>=2.4,<2.5",
46
"hatchling",
47
- "mdformat>=0.7.22,<0.8",
+ "mdformat>=0.7.22,<1.1",
48
"mdformat-tables>=1",
49
"pytest",
50
"pytest-cov",
51
- "ruff",
+ "ruff>=0.9,<0.15",
52
"twine",
53
"uv",
54
"wheel",
0 commit comments