Development¶
Environment¶
```bash git clone https://github.com/yourname/onginred.git cd onginred python -m venv venv source venv/bin/activate pip install -e .[dev] ````
Commands¶
- Linting:
ruff check - Formatting:
ruff format - Testing:
pytest - Type checking:
ty check
Contributing¶
- Fork and clone the repo.
- Create a new branch:
bash
git checkout -b feature/your-feature
3. Make changes and add tests.
4. Run lint and tests before pushing.
5. Submit a pull request.
License¶
GPL-3.0-only