Implement KG-WP-0002 posture pilot scaffold
This commit is contained in:
parent
6cee3503da
commit
3c549d9b78
22 changed files with 1418 additions and 25 deletions
15
Makefile
Normal file
15
Makefile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
PYTHON ?= python3
|
||||
|
||||
.PHONY: install-dev test lint run-demo
|
||||
|
||||
install-dev:
|
||||
$(PYTHON) -m pip install -e ".[dev]"
|
||||
|
||||
test:
|
||||
PYTHONPATH=src $(PYTHON) -m pytest -q
|
||||
|
||||
lint:
|
||||
$(PYTHON) -m ruff check src tests
|
||||
|
||||
run-demo:
|
||||
PYTHONPATH=src $(PYTHON) -m kings_guard.main --pilot qonto-assistant
|
||||
Loading…
Add table
Add a link
Reference in a new issue