Skip to content

Commit 8be775a

Browse files
committed
config standardize
1 parent 27c7b08 commit 8be775a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = ["dict2xml", "fastapi", "fastapi-cli", "pandas", "xlsxwriter"]
1010
dev = ["ruff", "taskipy"]
1111

1212
[tool.taskipy.tasks]
13-
api = "fastapi dev app"
13+
app = "fastapi dev app"
1414
export = "uv sync -q && uv export -q -o requirements.txt --no-dev --no-hashes"
1515
ruff = "ruff format && ruff check && ruff format"
1616

0 commit comments

Comments
 (0)