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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Algorithms in this repo should not be how-to examples for existing Python packag
53
53
To forget about coding style, let [pre-commit](https://pre-commit.com/#installation) fix your formatting issues.
54
54
55
55
```bash
56
-
pip3 install pre-commit # required only once
56
+
python3 -m pip install pre-commit # required only once
57
57
pre-commit install
58
58
```
59
59
That's it! The plugin will run every time you commit any changes. If there are any errors found during the run, fix them and commit those changes. You can even run the plugin manually on all files:
0 commit comments