Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 986 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (5 loc) · 986 Bytes

Contributing Guidelines for spopt

Thank you for your interest in contributing! We work primarily on Github. Please review the contributing procedures here and here so that we can accept your contributions! Alternatively, contact someone in the development chat channel.

Style and format

  1. At the time of this writing, Python 3.10, 3.11, and 3.12 are the officially supported versions.
  2. This project implements the linting and formatting conventions of ruff on all incoming Pull Requests. To ensure a PR is properly linted and formatted prior to creating a Pull Request, install pre-commit in your development environment and then set up the configuration of pre-commit hooks.