project := "umapyai" alias gen := generate alias fmt := format alias alt := run_alternative generate target="client": rye run ariadne-codegen {{ target }} run *arguments: rye run {{ project }} {{ arguments }} run_alternative *arguments: rye run {{ project }}_alternative {{ arguments }} scrape *arguments: rye run article_scraper {{ arguments }} format: rye run yapf src/* --recursive --in-place --style yapf check: rye run ruff check src/*