From b9a78429b3fbaeae1e0492423f14c715fa26b688 Mon Sep 17 00:00:00 2001 From: Dbhasin1 Date: Wed, 2 Mar 2022 06:20:35 +0000 Subject: [PATCH] change ufmt version in contributing guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e9b6204366c..c2d05b9000f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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