Skip to content

Commit bc2fb93

Browse files
committed
fix: pyproject order
1 parent bd98fbd commit bc2fb93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyproject.toml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ version = "0.1.0"
1919
{% block extra %}{% endblock %}
2020

2121
[tool.creosote]
22-
venvs=[".venv"]
23-
paths=["."]
2422
deps-file="pyproject.toml"
23+
paths=["."]
2524
sections=["project.dependencies"]
25+
venvs=[".venv"]
2626

2727
[tool.ruff]
2828
fix = true

0 commit comments

Comments
 (0)