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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ pip install pre-commit
70
70
```
71
71
Verify pre-commit is installed with:
72
72
```
73
-
$ pre-commit --version
73
+
pre-commit --version
74
74
pre-commit 3.6.2
75
75
```
76
76
@@ -79,7 +79,7 @@ If you are using python virtual environments, you may need to activate your envi
79
79
Next, change your current directory to be the Basilisk repo folder. Then run ```pre-commit install --hook-type pre-commit --hook-type commit-msg``` to set up the git hook scripts.
80
80
You must run this inside of the repo folder and the associated files will only be installed inside that repository.
0 commit comments