Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c13595b

Browse files
authoredMay 7, 2024··
Update pyfmt component on FBS:master
Differential Revision: D57009454 Pull Request resolved: #908
1 parent eb7e3d8 commit c13595b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
 

‎.lintrunner.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ init_command = [
1717
'run',
1818
'pip_init',
1919
'--dry-run={{DRYRUN}}',
20-
'--requirement=fmt-requirements.txt',
21-
'ufmt==2.5.1', # TODO: remove when synced fmt-requirements.txt includes ufmt
20+
'--requirement=fmt-requirements.txt'
2221
]
2322
is_formatter = true
2423

‎fmt-requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# generated by `pyfmt --requirements`
22
black==24.3.0
3-
ruff-api==0.0.4
3+
ruff-api==0.0.5
44
stdlibs==2024.1.28
5-
ufmt==2.5.1
5+
ufmt==2.6.0
66
usort==1.0.5

0 commit comments

Comments
 (0)
Please sign in to comment.