mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
docs: upgrade mypy link to https (#14184)
Co-authored-by: JavedKhan93 <javed58725@gmail.com> Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>
This commit is contained in:
@@ -159,7 +159,7 @@ We want your work to be readable by others; therefore, we encourage you to note
|
||||
starting_value = int(input("Please enter a starting value: ").strip())
|
||||
```
|
||||
|
||||
The use of [Python type hints](https://docs.python.org/3/library/typing.html) is encouraged for function parameters and return values. Our automated testing will run [mypy](http://mypy-lang.org) so run that locally before making your submission.
|
||||
The use of [Python type hints](https://docs.python.org/3/library/typing.html) is encouraged for function parameters and return values. Our automated testing will run [mypy](https://mypy-lang.org) so run that locally before making your submission.
|
||||
|
||||
```python
|
||||
def sum_ab(a: int, b: int) -> int:
|
||||
|
||||
Reference in New Issue
Block a user