Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 897 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (5 loc) · 897 Bytes

Thank you for your interest in contributing! We work primarily on Github. Please review the contributing procedures 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 libpysal configuration of pre-commit hooks.