Pre-commit Hooks#
For developers, please install pre-commit hooks:
sudo apt install pre-commit
pre-commit install
And do install the ruff vscode extension.
The .vscode/settings.json
is configured aligning with the pre-commit hooks. Whenever you save the file, it will be formatted automatically.