[doc] update contributing doc (#12564)

Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
Keqiu Hu
2020-12-02 12:08:30 -08:00
committed by GitHub
parent 7422abddb4
commit 2ec7b7367e
+2
View File
@@ -124,6 +124,8 @@ Alternatively, you can also run one specific C++ test. You can use:
Lint and Formatting
~~~~~~~~~~~~~~~~~~~
.. note:: Python 3.7 is recommended. You will run into flake8 `issues <https://github.com/ray-project/ray/pull/11588>`_ with Python 3.8.
We also have tests for code formatting and linting that need to pass before merge.
Install ``yapf==0.23, flake8, flake8-quotes``.