Modernise Python support

This commit is contained in:
2025-08-16 12:06:25 +01:00
parent ca3bf9789f
commit 1d98dbeddf
4 changed files with 54 additions and 60 deletions

View File

@@ -1,4 +1,6 @@
.PHONY: lint
lint:
uv run --dev ruff check --output-format=github --select=E9,F63,F7,F82 --target-version=py39 .
uv run --dev -m ruff check --output-format=github --target-version=py39 .
uv run --dev -m ruff check --output-format=github --target-version=py39 .
serve:
uv run --dev -m flask --app ohayodash.app:app run