Skip to content

Commit a15b664

Browse files
committed
break ruff/cookiecutter sep lines
1 parent 63ff605 commit a15b664

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

python/{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ dynamic = ["version"]
2323

2424
[project.optional-dependencies]
2525
tests = ["pytest", "pytest-cov"]
26-
dev = ["pre-commit>=3.7.1", "ruff==0.8.6"]
26+
dev = [
27+
"pre-commit>=3.7.1",
28+
"ruff==0.8.6",
29+
]
2730
{% if cookiecutter.add_docs %}
2831
docs = [
2932
"sphinx==6.1.3",

0 commit comments

Comments
 (0)