We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f9f0b commit 2bdad18Copy full SHA for 2bdad18
1 file changed
CONTRIBUTING.md
@@ -59,7 +59,7 @@ used in the code (the list will evolve over time):
59
functions) should use keyword only arguments for increased clarity. Private
60
module/ class functions may optionally use positional arguments for enhanced
61
execution speed.
62
-
+
63
## Tests
64
65
- In tests, preferable use parameterization instead of a for loop in the test
@@ -85,4 +85,3 @@ used in the code (the list will evolve over time):
85
86
- Use passive language in documentation.
87
- The maximum line length is 80 in the documentation.
88
0 commit comments