Development Setup Install PDM as described in README.md. Then install with --dev dependencies rather than just --prod. pdm install --dev Lint This project uses ruff and ty for linting. pdm run lint