- Clone the repository
- Install dependencies:
pip install -e . - Run tests:
pytest tests/ - Lint:
ruff check allways/ neurons/
- Line length: 120 characters
- Single quotes for strings
- Ruff linting with E, F, I rules
- Create a feature branch
- Make your changes
- Ensure tests pass
- Submit a pull request