Skip to content

Commit 45e929e

Browse files
authored
Warp long line 72 to placate rumdl in pre-commit
CONTRIBUTING.md:72:351: [MD013] Line length 376 exceeds 350 characters
1 parent b245e90 commit 45e929e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ Algorithms should:
6969
- contain doctests that test both valid and erroneous input values,
7070
- return all calculation results instead of printing or plotting them.
7171

72-
Algorithms in this repo should not be simple how-to examples for existing Python packages. Instead, they should perform internal calculations or manipulations to convert input values into different output values. These calculations or manipulations can use data types, classes, or functions of existing Python packages, but each algorithm in this repo should add unique value.
72+
Algorithms in this repo should not be simple how-to examples for existing Python packages. Instead, they should perform internal calculations or manipulations to convert input values into different output values.
73+
These calculations or manipulations can use data types, classes, or functions of existing Python packages, but each algorithm in this repo should add unique value.
7374

7475
#### Pre-Commit Plugin
7576

0 commit comments

Comments
 (0)