pytorch/.ci
Xuehai Pan 33d0dbcdc0 [BE][CI] bump ruff to 0.9.0: string quote styles
Reference: https://docs.astral.sh/ruff/formatter/#f-string-formatting

- Change the outer quotes to double quotes for nested f-strings

```diff
- f'{", ".join(args)}'
+ f"{', '.join(args)}"
```

- Change the inner quotes to double quotes for triple f-strings

```diff
  string = """
-     {', '.join(args)}
+     {", ".join(args)}
  """
```

- Join implicitly concatenated strings

```diff
- string = "short string " "short string " f"{var}"
+ string = f"short string short string {var}"
```

ghstack-source-id: 01fc1bbc1e
Pull Request resolved: https://github.com/pytorch/pytorch/pull/144569
2025-02-10 22:00:04 +08:00
..
aarch64_linux [BE][CI] bump ruff to 0.9.0: string quote styles 2025-02-10 22:00:04 +08:00
caffe2
docker Update ET pin to 41e7ffa (#145831) 2025-02-07 23:52:20 +00:00
libtorch Move manywheel binary scripts to pytorch (#138103) 2024-10-18 17:11:28 +00:00
magma Add magma cuda build 12.8 (#145765) 2025-01-29 08:43:38 +00:00
manywheel Add CUDA 12.8 manywheel x86 Builds to Binaries Matrix (#145792) 2025-01-31 16:12:02 +00:00
onnx Workaround dind-rootless bind mount permissions (#123641) 2024-04-10 22:44:57 +00:00
pytorch [BE][CI] bump ruff to 0.9.0: string quote styles 2025-02-10 22:00:04 +08:00
wheel [CD] Install OpenMP from homebrew (#145889) 2025-01-30 03:19:51 +00:00