ops-bridge/Makefile
tegwick d4b5854483 chore: add Makefile with test, lint, and install targets
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 11:38:23 +01:00

10 lines
108 B
Makefile

.PHONY: test lint install
test:
uv run pytest
lint:
uv run ruff check .
install:
uv tool install -e .