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: CONTRIBUTING.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,14 @@ You should see an output something like the following:
44
44
Python 3.11.0
45
45
```
46
46
47
+
### Install pre commit hooks
48
+
49
+
In the root of the repository, you will find a file named `.pre-commit-config.yaml`. This file contains the configuration for pre-commit hooks that will automatically run checks and formatting before you commit your changes. To install the pre-commit hooks, run the following command:
50
+
51
+
```bash
52
+
pip install pre-commit
53
+
```
54
+
47
55
### Install dependencies
48
56
49
57
Change directory to the cloned repository and install the dependencies using poetry:
0 commit comments