File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2323 run : |
2424 python -m pip install -U pip
2525 pip install -r requirements-dev.txt
26+ - name : Format check
27+ run : black --check .
2628 - name : Lint
2729 run : ruff check .
2830 - name : Run tests
Original file line number Diff line number Diff line change 11PY? =python3
22VENV? =venv
33
4- .PHONY : bootstrap bootstrap-prod test lint fmt ci chat clean
4+ .PHONY : bootstrap bootstrap-prod test lint fmt ci chat config clean
55
66bootstrap :
77 @bash scripts/bootstrap_venv.sh dev $(PY )
@@ -23,7 +23,9 @@ ci: lint test
2323chat :
2424 @$(VENV ) /bin/python -m orbit_agent.cli chat
2525
26+ config :
27+ @$(VENV ) /bin/python -m orbit_agent.cli config-info
28+
2629clean :
2730 rm -rf $(VENV ) __pycache__ .pytest_cache
2831 find . -name " *.pyc" -delete
29-
You can’t perform that action at this time.
0 commit comments