Skip to content

Commit e84475f

Browse files
committed
Fix formatting
1 parent 5349b0a commit e84475f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ python = [ "3.10", "3.13" ]
7979

8080
# Test the newest supported Python version also with pre-release deps
8181
[[tool.hatch.envs.hatch-test.matrix]]
82-
deps = [ "stable", "pre" ]
82+
deps = [ "pre" ]
8383
python = [ "3.13" ]
8484

8585
[tool.hatch.envs.hatch-test]
8686
features = [ "test" ]
8787

8888
[tool.hatch.envs.hatch-test.overrides]
8989
# If the matrix variable `deps` is set to "pre",
90-
# set the environment variable `UV_PRERELEASE` to "allow".
90+
# set the environment variable `UV_PRERELEASE` to "allow".
9191
matrix.deps.env-vars = [
9292
{ key = "UV_PRERELEASE", value = "allow", if = [ "pre" ] },
9393
]

0 commit comments

Comments
 (0)