Skip to content

Commit 87c8351

Browse files
amaank404cclauss
andauthored
Update CONTRIBUTING.md
Co-authored-by: Christian Clauss <[email protected]>
1 parent b28c53c commit 87c8351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Algorithms in this repo should not be how-to examples for existing Python packag
5353
To forget about coding style, let [pre-commit](https://pre-commit.com/#installation) fix your formatting issues.
5454

5555
```bash
56-
pip3 install pre-commit # required only once
56+
python3 -m pip install pre-commit # required only once
5757
pre-commit install
5858
```
5959
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

Comments
 (0)