You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,15 @@ To enable dependency scanning, an extra tool is required: scancode-toolkit
39
39
pip3 install -r requirements-scancode.txt
40
40
```
41
41
42
+
### Pre-commit Setup
43
+
This project uses pre-commit hooks to ensure code quality and consistency. To set up pre-commit, run:
44
+
```bash
45
+
pip3 install pre-commit
46
+
pre-commit install
47
+
```
48
+
49
+
This will install the pre-commit tool and set up the git hooks defined in the `.pre-commit-config.yaml` file to run automatically on each commit.
50
+
42
51
### Devcontainer Setup
43
52
To simplify the development environment setup, a devcontainer configuration is provided. This allows you to develop inside a containerized environment with all necessary dependencies pre-installed.
0 commit comments