mirror of
https://github.com/koloideal/Quizzi.git
synced 2026-06-10 18:35:28 +03:00
15 lines
239 B
Makefile
15 lines
239 B
Makefile
set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
|
|
set shell := ["bash", "-c"]
|
|
|
|
dev:
|
|
watchfiles --filter python "python -m trudex.application" src
|
|
|
|
run:
|
|
python -m trudex
|
|
|
|
lint:
|
|
ruff check src
|
|
|
|
format:
|
|
isort src
|