From a5ffd5f8b5e22ca1796af2c815bd6c29fb4db20b Mon Sep 17 00:00:00 2001 From: Mathieu Comandon Date: Fri, 21 Dec 2018 23:39:49 -0800 Subject: [PATCH] Tell why type annotations are not accepted --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index de1165994..5297683d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 -------------