Skip to content

Commit 91e4ebd

Browse files
jdsgomesfacebook-github-bot
authored andcommitted
[fbsync] Update git-blame-ignore-revs following new ufmt version (#6303)
Summary: * Update git-blame-ignore-revs following new ufmt version * Un-do ufmt version changed, got mixed up Reviewed By: datumbox Differential Revision: D38154571 fbshipit-source-id: 8c59716538a3051aabc7cd531e3edf04fcc9e360
1 parent 494fc13 commit 91e4ebd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
5f0edb97b46e5bff71dc19dedef05c5396eeaea2
66
# update python syntax >=3.6 (#4585)
77
d367a01a18a3ae6bee13d8be3b63fd6a581ea46f
8+
# Upgrade usort to 1.0.2 and black to 22.3.0 (#5106)
9+
6ca9c76adb6daf2695d603ad623a9cf1c4f4806f

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Instead of relying directly on `black` however, we rely on
8383
[ufmt](https://github.com/omnilib/ufmt), for compatibility reasons with Facebook
8484
internal infrastructure.
8585

86-
To format your code, install `ufmt` with `pip install ufmt==1.3.2 black==21.9b0 usort==0.6.4` and use e.g.:
86+
To format your code, install `ufmt` with `pip install ufmt==1.3.2 black==22.3.0 usort==1.0.2` and use e.g.:
8787

8888
```bash
8989
ufmt format torchvision

0 commit comments

Comments
 (0)