Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 237 Bytes

File metadata and controls

7 lines (6 loc) · 237 Bytes

Contributing

  • Fork the repo and create a feature branch.
  • Run pip install -r requirements-dev.txt.
  • Follow code style: black + isort. Run flake8.
  • Add tests for new functionality. Run pytest.
  • Open a PR against main.