Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 530 Bytes

File metadata and controls

23 lines (16 loc) · 530 Bytes

Contributing

Bug reports and pull requests are welcome.

Reporting a bug

Open an issue with what you ran, what you expected, and what happened instead. A minimal reproduction saves a lot of back and forth.

Pull requests

  • Keep the change focused — one concern per PR.
  • Add a test if you are fixing a bug or adding behaviour.
  • ruff check . and pytest should pass before you push.

Development

git clone https://github.com/Pexafy/pexafy-python.git
cd pexafy-python
pip install -e ".[dev]"
pytest