Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 408 Bytes

File metadata and controls

21 lines (15 loc) · 408 Bytes

Contributing to Allways

Development Setup

  1. Clone the repository
  2. Install dependencies: pip install -e .
  3. Run tests: pytest tests/
  4. Lint: ruff check allways/ neurons/

Code Style

  • Line length: 120 characters
  • Single quotes for strings
  • Ruff linting with E, F, I rules

Pull Requests

  1. Create a feature branch
  2. Make your changes
  3. Ensure tests pass
  4. Submit a pull request