Pre commits
Compare changes
+ 2
− 0
@@ -11,6 +11,7 @@ from matplotlib.colors import LinearSegmentedColormap
@@ -126,6 +127,7 @@ def grid_overview(
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.