Pak Yoyok Bot Source Code
- uv for project and python management
-
Clone the repo:
git clone <repository-url> cd <repository-directory>
-
Setup the project & dependencies using uv:
uv sync
-
Install pre-commit. Pre-commit will automatically run checks before each commit:
pre-commit install
We use Ruff for code formatting and linting:
- VS Code users: Install the Ruff extension
- CLI usage:
uvx ruff check . uvx ruff format .