Styling and Linting
We use Ruff for linting the codebase.
To lint your code, run:
If ruff does not exist yet on the pyproject.toml as dependency: Add ruff to the dependencies using
Poetry Command
Your pyproject.toml will now have something like this:
To enable formatting on save, install the Ruff extension in your code editor.