Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[flake8-simplify] Make fix unsafe if it deletes comments (SIM911)#22661

Merged
ntBre merged 2 commits intoastral-sh:mainfrom
chirizxc:SIM911
Jan 20, 2026
Merged

[flake8-simplify] Make fix unsafe if it deletes comments (SIM911)#22661
ntBre merged 2 commits intoastral-sh:mainfrom
chirizxc:SIM911

Conversation

@chirizxc
Copy link
Contributor

Summary

Test Plan

@chirizxc chirizxc changed the title [flake8-simplify] Make fix unsafe if it deletes comments (SIM911)) [flake8-simplify] Make fix unsafe if it deletes comments (SIM911) Jan 17, 2026
@astral-sh-bot
Copy link

astral-sh-bot bot commented Jan 17, 2026

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

@ntBre ntBre added the fixes Related to suggested fixes for violations label Jan 20, 2026
@ntBre ntBre merged commit c1491a7 into astral-sh:main Jan 20, 2026
42 checks passed
@chirizxc chirizxc deleted the SIM911 branch January 20, 2026 15:18
carljm added a commit that referenced this pull request Jan 20, 2026
* main: (149 commits)
  Preserve required parentheses in lambda bodies (#22747)
  [`flake8-simplify`] Make fix unsafe if it deletes comments (`SIM911`) (#22661)
  [`refurb`] Make fix unsafe if it deletes comments (`FURB145`) (#22670)
  [`ruff`] Make fix unsafe if it deletes comments (`RUF020`) (#22664)
  [ty] Add README for `ty_completion_bench` CLI tool
  [ty] Update completion eval
  [ty] Collect completions into a max-heap
  [ty] Truncate imports and qualifications derived from completions
  [ty] Get rid of high-level completion deduplication
  [ty] Refactor how we sort completions
  [ty] Optimize collection of "all symbols"
  [ty] Speed up completions by tweaking sorts
  [ty] Add new `ty_completion_bench` for ad hoc benchmarking
  gitignore: ignore scratch directories in completion eval truth directory
  [`pyupgrade`] Allow shadowing non-builtin bindings (`UP029`) (#22749)
  [ty] Emit invalid type form for stringified annotations (#22752)
  [ty] Allow `if type(x) is Y` narrowing for types other than class-literal types (#22729)
  [ty] Add basic support for overloads in `ParamSpec` (#21946)
  [`ruff`] Make fix unsafe if it deletes comments (`RUF019`) (#22663)
  [`flake8-bugbear`] Make fix unsafe if it deletes comments (`B014`) (#22659)
  ...
@ntBre ntBre linked an issue Jan 21, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fixes Related to suggested fixes for violations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[flake8-simplify] SIM910/SIM911 can delete comments

2 participants