Thank you for your interest in contributing to the project! Here are some useful instructions for getting you started.
We use pre-commit hooks to ensure code quality. To set them up, follow these steps:
-
Install pre-commit if you haven't already:
pip install pre-commit
-
Install the pre-commit hooks to your local Git repository:
pre-commit install
-
(optional) To run the pre-commit hooks manually on all files, use:
pre-commit run --all-files