Unverified Commit cef22ea8 authored by Drishti Bhasin's avatar Drishti Bhasin Committed by GitHub
Browse files

change ufmt version in contributing guide (#5509)


Co-authored-by: default avatarDbhasin1 <drishti_b@me.iitr.c.in>
parent f9fbc104
...@@ -83,7 +83,7 @@ Instead of relying directly on `black` however, we rely on ...@@ -83,7 +83,7 @@ Instead of relying directly on `black` however, we rely on
[ufmt](https://github.com/omnilib/ufmt), for compatibility reasons with Facebook [ufmt](https://github.com/omnilib/ufmt), for compatibility reasons with Facebook
internal infrastructure. internal infrastructure.
To format your code, install `ufmt` with `pip install ufmt` and use e.g.: To format your code, install `ufmt` with `pip install ufmt==1.3.2 black==21.9b0 usort==0.6.4` and use e.g.:
```bash ```bash
ufmt format torchvision ufmt format torchvision
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment