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: ...@@ -11,7 +11,7 @@ repos:
- id: end-of-file-fixer - id: end-of-file-fixer
- repo: https://github.com/omnilib/ufmt - repo: https://github.com/omnilib/ufmt
rev: v1.3.2 rev: v1.3.3
hooks: hooks:
- id: ufmt - id: ufmt
additional_dependencies: additional_dependencies:
......
...@@ -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==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 ```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