This is a simple template for Python projects.
- Dependency Management: Fast dependency installation and management with uv
- Code Quality: Code formatting and linting with Ruff
- Type Checking: Static type error detection with pyright
uv sync
uv run main.py