mirror of
https://github.com/koloideal/Quizzi.git
synced 2026-06-10 10:25:28 +03:00
update
This commit is contained in:
@@ -2,10 +2,10 @@ set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
|
|||||||
set shell := ["bash", "-c"]
|
set shell := ["bash", "-c"]
|
||||||
|
|
||||||
dev:
|
dev:
|
||||||
watchfiles --filter python ".venv/Scripts/python -m trudex.application" src
|
watchfiles --filter python ".venv/Scripts/python -m quizzi.application" src
|
||||||
|
|
||||||
run:
|
run:
|
||||||
python -m trudex
|
python -m quizzi.application
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
ruff check src
|
ruff check src
|
||||||
|
|||||||
Reference in New Issue
Block a user