Skip to content

Commit 8c96685

Browse files
committed
Rename task 'r' to 'run' in pyproject.toml
The 'r' task in the pyproject.toml file was renamed to 'run' for better clarity and readability. This change does not affect functionality but improves code maintainability.
1 parent 090bc9e commit 8c96685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ dependencies = [
1616

1717
[tool.taskipy.tasks]
1818
docs = { cmd = "mkdocs serve", help = "run documentation server" }
19-
r = { cmd = "python first_api/manage.py runserver", help = "run django dev server" }
19+
run = { cmd = "python first_api/manage.py runserver", help = "run django dev server" }

0 commit comments

Comments
 (0)