This commit is contained in:
2026-01-06 18:08:29 +03:00
parent efe3f4ab43
commit 1eb758d8ad
+2 -2
View File
@@ -2,10 +2,10 @@ set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
set shell := ["bash", "-c"]
dev:
watchfiles --filter python ".venv/Scripts/python -m trudex.application" src
watchfiles --filter python ".venv/Scripts/python -m quizzi.application" src
run:
python -m trudex
python -m quizzi.application
lint:
ruff check src