Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 378 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 378 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 not installed do this: pip install isort ruff black

then black . && isort . && ruff . --fix