Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't warn about magic trailing comma when
isort.force-single-line
…
…is true (#8244) ## Summary Based on [this feedback](#8185 (comment)). Avoid warning about `force-wrap-aliases` and `split-on-trailing-comma` if `force-single-line` is true (which creates a dedicated import for each imported member). ## Test Plan Ran `ruff format . --no-cache` and verified that the warning show up when `force-single-line=false` and aren't shown when `force-single-line=true`
- Loading branch information