Tell why type annotations are not accepted

This commit is contained in:
Mathieu Comandon 2018-12-21 23:39:49 -08:00
parent 3413d59c65
commit a5ffd5f8b5

View file

@ -69,7 +69,7 @@ the CodeFactor page: https://www.codefactor.io/repository/github/lutris/lutris
When writing docstrings, you should follow the Google style
(See: https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html)
Do *not* add type annotations.
Do *not* add type annotations, those are not supported in Python 3.4.
Writing tests
-------------