Skip to content

Commit 0948d80

Browse files
amyreesefacebook-github-bot
authored andcommitted
deployment of pyfmt with usort 1.0
Summary: This deploys pyfmt with usort 1.0 and the new import merging behavior. Facebook This is part of the final rollout, announced here: https://fb.workplace.com/groups/pyfmt/posts/1011066416197541/ Preemptive SEV: S271899 Hand rolled on devserver and laptops, with binaries hosted on manifold bucket `pyfi_wheels`. Couldn't use MSDK bump due to issue with make_par on sandcastle Macs: https://fb.workplace.com/groups/fbpython/posts/7503431436364825/ pokemon_lift Reviewed By: zertosh Differential Revision: D36394396 fbshipit-source-id: 7cee2a05261e3281fe86360cdb2faa62df1d9a4e
1 parent adb7b3e commit 0948d80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Dependencies
2121
run: |
2222
set -eux
23-
pip install usort==0.6.4
23+
pip install usort==1.0.2
2424
pip install black
2525
pip install flake8==3.9.0
2626
- name: Run Lint

dev-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ torchserve>=0.4.2
2020
torchtext>=0.11.0
2121
torchvision>=0.11.1
2222
ts==0.5.1
23-
usort==0.6.4
23+
usort==1.0.2
2424

2525
# Ray doesn't support Python 3.10
2626
ray[default]==1.12.0; python_version < '3.10'

0 commit comments

Comments
 (0)