Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 693 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 693 Bytes

Contributing

Everybody is welcome to contribute to this project. Please make sure you have read our Code of Conduct. You are expected to adhere to it.

The full documentation on contributing can be found at here.

Rough overview

  • Development: We recommend using rye for development.
  • Testing: We use pytest.
  • Documentation: We use sphinx.
  • Code formatting: We use ruff.
  • Pre-commit hooks: We use pre-commit to help you with formatting/linting.