Pre commits
Compare changes
Files
92+ 68
− 74
@@ -16,126 +18,123 @@ QIM_TITLE = ouf.rainbow(
@@ -152,7 +151,7 @@ def main():
@@ -164,31 +163,27 @@ def main():
@@ -199,22 +194,21 @@ def main():
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.