Skip to content

Commit 3ff7aa2

Browse files
committed
fmt
1 parent 8e0c989 commit 3ff7aa2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

{{cookiecutter.project_name}}/pyproject.toml

+2-8
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ dependencies = [
2121
]
2222

2323
[project.optional-dependencies]
24-
dev = [
25-
"pre-commit",
26-
"twine>=4.0.2",
27-
]
24+
dev = ["pre-commit", "twine>=4.0.2"]
2825
doc = [
2926
"docutils>=0.8,!=0.18.*,!=0.19.*",
3027
"sphinx>=4",
@@ -39,10 +36,7 @@ doc = [
3936
"sphinx-copybutton",
4037
"pandas",
4138
]
42-
test = [
43-
"pytest",
44-
"coverage",
45-
]
39+
test = ["pytest", "coverage"]
4640

4741
{% if cookiecutter.project_name.lower().replace('-', '_') != cookiecutter.package_name -%}
4842
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)