Skip to content

Git and CI

Continous Integration (CI)

We use CI to check the code quality and ensure that it is up to standards.

We use pre-commit to manage git hooks.

To install the hooks, run:

pre-commit install