Skip to content

Commit 1a86be3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b2b5c2f commit 1a86be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ We want your work to be readable by others; therefore, we encourage you to note
7979
[black](https://github.com/psf/black),
8080
[isort](https://github.com/PyCQA/isort),
8181
[mypy](http://mypy-lang.org) and
82-
[flake8](https://flake8.pycqa.org/en/latest/).
82+
[flake8](https://flake8.pycqa.org/en/latest/).
8383

8484
- Original code submission require docstrings or comments to describe your work.
8585

@@ -141,7 +141,7 @@ We want your work to be readable by others; therefore, we encourage you to note
141141
starting_value = int(input("Please enter a starting value: ").strip())
142142
```
143143

144-
The use of [Python type hints](https://docs.python.org/3/library/typing.html) is encouraged for function parameters and return values.
144+
The use of [Python type hints](https://docs.python.org/3/library/typing.html) is encouraged for function parameters and return values.
145145
Our automated testing will run [mypy](http://mypy-lang.org) so run that locally with pre-commit before making your submission.
146146

147147
```python

0 commit comments

Comments
 (0)