Unverified Commit c6986172 authored by Karl Leswing's avatar Karl Leswing Committed by GitHub
Browse files

Merge pull request #1423 from vsag96/contrib

Update yapf version in contributing.md to 0.22.0
parents 29bcf0fb 9d60484a
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>
```