run_php:
	uv run main.py build-data --ecosystem php

format:
	uv format

analyze:
	uv run ruff check

types:
	uv run ty check
