File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 14
14
* [ ] All new Python files are placed inside an existing directory.
15
15
* [ ] All filenames are in all lowercase characters with no spaces or dashes.
16
16
* [ ] All functions and variable names follow Python naming conventions.
17
- * [ ] All function parameters and return values are annotated with Python [ type hints ] ( https://docs.python.org/3/library/typing.html ) .
17
+ * [ ] All function parameters and return values are annotated with Python [ mypy ] ( https://docs.python.org/3/library/typing.html ) .
18
18
* [ ] All functions have [ doctests] ( https://docs.python.org/3/library/doctest.html ) that pass the automated testing.
19
19
* [ ] All new algorithms have a URL in its comments that points to Wikipedia or other similar explanation.
20
+ * [ ] Modified/Added code follows [ black] ( https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html ) and [ flake8] ( https://flake8.pycqa.org/en/latest/ ) code style.
20
21
* [ ] If this pull request resolves one or more open issues then the commit message contains ` Fixes: #{$ISSUE_NO} ` .
You can’t perform that action at this time.
0 commit comments