We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c1ccc commit 1a7d4c7Copy full SHA for 1a7d4c7
1 file changed
{{cookiecutter.project_name}}/pyproject.toml
@@ -73,7 +73,7 @@ scripts.open = "python -m webbrowser -t docs/_build/html/index.html"
73
scripts.clean = "git clean -fdX -- {args:docs}"
74
75
[[tool.hatch.envs.hatch-test.matrix]]
76
-python = ["3.10", "3.13"]
+python = [ "3.10", "3.13" ]
77
[tool.hatch.envs.hatch-test]
78
features = [ "test" ]
79
0 commit comments