Skip to content

Commit 9e0e8e9

Browse files
bowiechenfacebook-github-bot
authored andcommitted
Update pyfmt component on FBS:master (facebook#89)
Summary: X-link: meta-pytorch/tritonbench#661 X-link: facebook/Ax#4572 X-link: facebookexternal/aepsych_prerelease#42 X-link: meta-pytorch/torchx#1165 X-link: facebookresearch/aepsych#824 X-link: meta-pytorch/botorch#3088 Differential Revision: D87671961
1 parent bb540a7 commit 9e0e8e9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

python/requirements-fmt.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# generated by `pyfmt --requirements`
2-
black==24.4.2
3-
ruff-api==0.1.0
2+
black==25.11.0
3+
ruff-api==0.2.0
44
stdlibs==2024.1.28
5-
ufmt==2.8.0
6-
usort==1.0.8.post1
5+
ufmt==2.9.0
6+
usort==1.1.0

tests/dotslash_tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ exe: [ARTIFACT_EXE]
311311
// As of 6/25/2025 we think this is a problem with the GHA runner and we don't really
312312
// care much about intel macOS anymore anyway, so disable:
313313
#[cfg(not(all(target_arch = "x86_64", target_os = "macos")))]
314+
#[cfg(not(all(target_arch = "arm", target_os = "windows")))]
314315
#[test]
315316
fn http__nonexistent_url() {
316317
DotslashTestEnv::try_new()

0 commit comments

Comments
 (0)