Skip to content

Commit

Permalink
change ufmt version in contributing guide (#5509)
Browse files Browse the repository at this point in the history
Co-authored-by: Dbhasin1 <drishti_b@me.iitr.c.in>
  • Loading branch information
Dbhasin1 and Dbhasin1 authored Mar 2, 2022
1 parent f9fbc10 commit cef22ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
ufmt format torchvision
Expand Down

0 comments on commit cef22ea

Please sign in to comment.