mirror of
https://github.com/lutris/lutris
synced 2024-11-02 12:40:46 +00:00
Tell why type annotations are not accepted
This commit is contained in:
parent
3413d59c65
commit
a5ffd5f8b5
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ the CodeFactor page: https://www.codefactor.io/repository/github/lutris/lutris
|
||||||
When writing docstrings, you should follow the Google style
|
When writing docstrings, you should follow the Google style
|
||||||
(See: https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html)
|
(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
|
Writing tests
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Reference in a new issue