Pre commits
Notion task: https://www.notion.so/qim-dtu/Pre-commit-pipeline-1728f41887814960b6f5870460995cf4
All developers need to hook the pre-commit into the git commit
command. The required packages are pre-commit
and ruff
. After they have been installed, the pre-commits are hooked onto git by running pre-commit install
.
The details on how it works and how to use it are all in described in Notion.