feat: update Makefile and README for new linting and testing commands; refactor credential storage to JSON format

This commit is contained in:
Felix Rudat
2026-02-10 08:39:41 +01:00
parent e158946211
commit 082de3d5ea
6 changed files with 100 additions and 58 deletions
+5 -1
View File
@@ -1,4 +1,6 @@
.PHONY: setup run build smoke clean lint test
.PHONY: setup run build smoke clean lint lint-fix test check
.DEFAULT_GOAL := check
setup:
uv venv
@@ -18,6 +20,8 @@ lint-fix:
test:
uv run pytest tests/ -v
check: lint test
build:
uv run pyinstaller planka-cli.spec --noconfirm