Skip to content

Formatters

To make sure all our code follows the same format without much effort, we can leverage some tools to do it for us.
By default the project is configured to use a line length of 100.

ruff

We use ruff to format our code.

Check configs on pyproject.toml.

sqlfluff

We use sqlfluff to format our SQL code.

Check configs on pyproject.toml.