Unverified Commit 2b25d679 authored by Edward Z. Yang's avatar Edward Z. Yang Committed by GitHub
Browse files

Upgrade ufmt to 1.3.3 (#7454)


Signed-off-by: default avatarEdward Z. Yang <ezyang@meta.com>
parent dabb6d52
......@@ -11,7 +11,7 @@ repos:
- id: end-of-file-fixer
- repo: https://github.com/omnilib/ufmt
rev: v1.3.2
rev: v1.3.3
hooks:
- id: ufmt
additional_dependencies:
......
......@@ -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==1.3.2 black==22.3.0 usort==1.0.2` and use e.g.:
To format your code, install `ufmt` with `pip install ufmt==1.3.3 black==22.3.0 usort==1.0.2` and use e.g.:
```bash
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