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
The `SSL` module now has full type annotations, which are correctly
extracted to the docs, so using `:rtype:` in the docstring is redundant.
We also update the contributor guidelines to require type hints in new
code.
Copy file name to clipboardExpand all lines: CONTRIBUTING.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -39,20 +39,19 @@ Documentation
39
39
40
40
When introducing new functionality, please remember to write documentation.
41
41
42
-
- New functions and methods should have a docstring describing what they do, what parameters they takes, what types those parameters are, and what they return.
42
+
- New functions and methods should have a docstring describing what they do, what parameters they takes, and what they return. They should also come with `type hints`_.
0 commit comments