If you notice any bugs, feel free to open an issue. If you want to contribute, please open a pull request.
The repo uses black and isort for code formatting. Please setup a pre-commit hook to format the code before each commit. It helps to minimize the diffs and avoid formatting commits.
Run the following to install the hooks using pre-commit.
pip install pre-commit
pre-commit install