Skip to content

Commit 48cdf18

Browse files
committed
👷 ci/cd
1 parent d64c08f commit 48cdf18

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ requires = ["hatchling"]
66
authors = [
77
{name = "Justin Flannery", email = "[email protected]"}
88
]
9-
dependencies = [
10-
"cookiecutter~=2.4.0"
11-
]
129
description = "Brief description of the project"
1310
license = "MIT"
1411
name = "example-project"
@@ -18,6 +15,7 @@ version = "0.0.0"
1815

1916
[tool.hatch.envs.default]
2017
dependencies = [
18+
"cookiecutter~=2.4.0",
2119
"coverage[toml]>=6.5",
2220
"pytest"
2321
]
@@ -26,6 +24,7 @@ post-install-commands = [
2624
"pre-commit install"
2725
]
2826
python = "3.11"
27+
skip-install = true
2928
type = "virtual"
3029

3130
[tool.hatch.envs.default.scripts]

0 commit comments

Comments
 (0)