feat: update Makefile and README for new linting and testing commands; refactor credential storage to JSON format
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user