Skip to content

Commit a9b9b32

Browse files
authored
1 parent d1e70cf commit a9b9b32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/pull_request_template.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
* [ ] All new Python files are placed inside an existing directory.
1515
* [ ] All filenames are in all lowercase characters with no spaces or dashes.
1616
* [ ] 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).
1818
* [ ] All functions have [doctests](https://docs.python.org/3/library/doctest.html) that pass the automated testing.
1919
* [ ] 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.
2021
* [ ] If this pull request resolves one or more open issues then the commit message contains `Fixes: #{$ISSUE_NO}`.

0 commit comments

Comments
 (0)