setup: python -m venv venv venv/bin/pip install -r requirements.txt venv/bin/pip install -r requirements-dev.txt format: venv/bin/black . check-code: lint-python check-formatting check-formatting: venv/bin/black --check . lint-python: venv/bin/ruff .