Skip to content

Commit 23087e9

Browse files
committed
Update taskipy start task to remove redundant --debug flag
1 parent 602ad79 commit 23087e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ select = ["ANN", "B", "C4", "D", "DJ", "DTZ", "E", "F", "ISC", "INT", "N", "PGH"
7373
"pydis_site/apps/api/models/bot/off_topic_channel_name.py" = ["RUF001"]
7474

7575
[tool.taskipy.tasks]
76-
start = "python manage.py run --debug"
76+
start = "python manage.py run"
7777
makemigrations = "python manage.py makemigrations"
7878
django_shell = "python manage.py shell"
7979
test = "coverage run manage.py test"

0 commit comments

Comments
 (0)