Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 475 Bytes

File metadata and controls

25 lines (19 loc) · 475 Bytes

Contributing

Setup

git clone https://github.com/princeofscale/VerticalVideoGenerator
cd VerticalVideoGenerator
uv sync --extra dev
make hooks
cp VerticalVideoGen/.env.example VerticalVideoGen/.env

Development workflow

uv run ruff check . --fix    # lint + auto-fix
uv run ruff format .         # format
uv run pytest -v             # run tests

Pull requests

  • One feature per PR
  • Add tests for new behavior
  • All CI checks must pass