This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ops-bridge/Makefile
2026-03-12 11:38:23 +01:00

11 lines
108 B
Makefile

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