Commit 9d60484a authored by vsag96's avatar vsag96
Browse files

Update yapf version to 0.22.0



The contributing.md file says to use yapf 0.20.0 but travis.yaml file us
-es 0.22.0.

Signed-off-by: default avatarvsag96 <tv400@snu.edu.in>
parent 29bcf0fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ On successful merge the author will be added as a member of the DeepChem organiz
DeepChem uses [yapf](https://github.com/google/yapf) to autoformat code.

``` bash
pip install yapf==0.20.0
pip install yapf==0.22.0
cd <git_root>
yapf -i <python_files changed>
```