Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 550 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 550 Bytes

Contributing

For developers interested in contributing to this project feel free to make a fork, experiment and create a pull request when you have something you would like to add/change/remove.

Before making a pull request you need to lint with, isort, ruff and black.

If you have pixi installed there is now experimental support.

To lint with pixi do this: pixi run lint

if pixi is not installed, you can find the isort, black and ruff versions in the pyproject.toml file, and install them yourself and use the tools however you like.