Skip to content

Commit ad7e310

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

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
@@ -50,7 +50,7 @@ Algorithms should:
5050
Algorithms in this repo should not be how-to examples for existing Python packages. Instead, they should perform internal calculations or manipulations to convert input values into different output values. Those calculations or manipulations can use data types, classes, or functions of existing Python packages but each algorithm in this repo should add unique value.
5151

5252
#### Pre-commit plugin
53-
To forget about coding style, let [pre-commit](https://pre-commit.com/#installation) fix your formatting issues.
53+
Use [pre-commit](https://pre-commit.com/#installation) to automatically format you code to match our coding style,
5454

5555
```bash
5656
python3 -m pip install pre-commit # required only once

0 commit comments

Comments
 (0)