Pre commits
Compare changes
- s193396 authored
+ 14
− 1
@@ -9,4 +9,17 @@ repos:
\ No newline at end of file
\ No newline at end of file
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.