<!-- Thank you for taking the time to report an issue! We're glad to have you involved with Ruff. If you're filing a bug report, please consider including the following information: * A minimal code snippet that reproduces the bug. * The command you invoked (e.g., `ruff /path/to/file.py --fix`), ideally including the `--isolated` flag. * The current Ruff settings (any relevant sections from your `pyproject.toml`). * The current Ruff version (`ruff --version`). --> PLE0605 has false positive when constructing a list from other lists. Specifically https://github.com/pytorch/pytorch/blob/f542b31c9dea1937328d3c3ce03738ce340faf1e/torch/distributed/rpc/__init__.py#L81 gets flagged by ruff as does https://github.com/pytorch/pytorch/blob/f542b31c9dea1937328d3c3ce03738ce340faf1e/torch/multiprocessing/__init__.py#L28 ruff 0.