We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84995d5 commit f4e0178Copy full SHA for f4e0178
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: b130c83
+_commit: 18afe0a
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: true
5
add_extension: cpp
pyproject.toml
@@ -41,11 +41,11 @@ develop = [
41
"codespell>=2.4,<2.5",
42
"hatch-cpp",
43
"hatchling",
44
- "mdformat>=0.7.22,<0.8",
+ "mdformat>=0.7.22,<1.1",
45
"mdformat-tables>=1",
46
"pytest",
47
"pytest-cov",
48
- "ruff",
+ "ruff>=0.9,<0.15",
49
"twine",
50
"wheel",
51
]
0 commit comments