Skip to content

Sort unwrapped lines in force_sort_within_sections - #2656

Closed
SemTiOne wants to merge 5 commits into
PyCQA:mainfrom
SemTiOne:issue/1985
Closed

SemTiOne wants to merge 5 commits into
PyCQA:mainfrom
SemTiOne:issue/1985

Conversation

@SemTiOne

Copy link
Copy Markdown

@SemTiOne
SemTiOne marked this pull request as ready for review September 11, 2026 13:35
@DanielNoord
DanielNoord requested a balanced review from Copilot September 21, 2026 15:20

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟡 Changes recommended

Opening-line comments discard subsequent imported names from the new sort key.

Get a fresh assessment by requesting another Copilot review.

Review effort: Balanced
Findings: 1 Medium severity

Open (1)
What changed in this PR

Fixes inconsistent ordering between wrapped and unwrapped imports when force-sorting sections.

Changes:

  • Normalizes rendered imports before calculating sort keys.
  • Adds regression coverage for wrapping, comments, length sorting, and idempotency.
File Description
isort/​output.py Adds logical-line normalization for section sorting.
tests/​unit/​test_regressions.py Adds issue #1985 regression tests.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread isort/output.py Outdated
@codecov

codecov Bot commented Sep 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.44%. Comparing base (f292a60) to head (d78ce19).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2656   +/-   ##
=======================================
  Coverage   99.44%   99.44%           
=======================================
  Files          41       41           
  Lines        3217     3224    +7     
  Branches      691      691           
=======================================
+ Hits         3199     3206    +7     
  Misses         11       11           
  Partials        7        7           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@DanielNoord

Copy link
Copy Markdown
Member

Superseded by #2667, thanks for the initial fix!

@SemTiOne
SemTiOne deleted the issue/1985 branch September 22, 2026 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incosistent sorting of wrapped imports with --force-sort-within-sections

3 participants