-
Install the dependencies:
pip install -r requirements.txt
-
Set up the pre-commit hooks:
pre-commit install
Make sure you have the
.pre-commit-config.yaml
file set up in your project root.
All kinds of contributions are welcome, e.g. adding more tools, better practices, discussions on trade-offs. Make sure to add any external dependencies to the requirements.txt
file. If you add a new dependency, please make sure to add it to the requirements.txt
file.