This document provides guidelines for contributing to the project.
In this project, there is a pre-commit configuration to run some checks before committing your code.
To install pre-commit hooks run the following command:
pip install pre-commit pre-commit install
Please also install golangci-lint because it is executed by a pre-commit hook, e.g. via snap.