Skip to content

Stabilize ASYNC240#22909

Merged
ntBre merged 1 commit intobrent/0.15.0from
brent/async240
Jan 29, 2026
Merged

Stabilize ASYNC240#22909
ntBre merged 1 commit intobrent/0.15.0from
brent/async240

Conversation

@ntBre
Copy link
Contributor

@ntBre ntBre commented Jan 28, 2026

No description provided.

@ntBre ntBre added this to the v0.15 milestone Jan 28, 2026
@ntBre ntBre requested review from amyreese and dylwil3 January 28, 2026 14:55
@ntBre ntBre added the rule Implementing or modifying a lint rule label Jan 28, 2026
@astral-sh-bot
Copy link

astral-sh-bot bot commented Jan 28, 2026

ruff-ecosystem results

Linter (stable)

ℹ️ ecosystem check detected linter changes. (+0 -5 violations, +0 -0 fixes in 3 projects; 52 projects unchanged)

apache/airflow (+0 -0 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --no-fix --output-format concise --no-preview --select ALL


agronholm/anyio (+0 -0 violations, +0 -0 fixes)


python-trio/trio (+0 -5 violations, +0 -0 fixes)

- src/trio/_tests/test_path.py:257:68: RUF100 [*] Unused `noqa` directive (non-enabled: `ASYNC240`)
- src/trio/_tests/test_subprocess.py:717:56: RUF100 [*] Unused `noqa` directive (non-enabled: `ASYNC240`)
- src/trio/_tests/test_subprocess.py:719:64: RUF100 [*] Unused `noqa` directive (non-enabled: `ASYNC240`)
- src/trio/_tests/test_subprocess.py:723:64: RUF100 [*] Unused `noqa` directive (non-enabled: `ASYNC240`)
- src/trio/_tests/test_subprocess.py:727:64: RUF100 [*] Unused `noqa` directive (non-enabled: `ASYNC240`)

Changes by rule (1 rules affected)

code total + violation - violation + fix - fix
RUF100 5 0 5 0 0

Linter (preview)

✅ ecosystem check detected no linter changes.

@ntBre
Copy link
Contributor Author

ntBre commented Jan 28, 2026

Ecosystem changes look good (seems reasonable to have "false positives" when an async library is testing its own code). Not sure what the +0/-0 on the other two projects is about, but the five removed unused-noqa diagnostics make sense.

@amyreese
Copy link
Member

Looks like this includes one of your other diffs, so you might want to rebase/clean up before merging.

@ntBre
Copy link
Contributor Author

ntBre commented Jan 28, 2026

Oh oops, I guess I rebased the other branch in the middle of working on this. Thanks!

@dylwil3
Copy link
Collaborator

dylwil3 commented Jan 29, 2026

(approved but be sure to rebase 😄 )

@ntBre ntBre merged commit 68a7169 into brent/0.15.0 Jan 29, 2026
41 checks passed
@ntBre ntBre deleted the brent/async240 branch January 29, 2026 14:04
@ntBre ntBre mentioned this pull request Jan 29, 2026
3 tasks
ntBre added a commit that referenced this pull request Feb 3, 2026
ntBre added a commit that referenced this pull request Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rule Implementing or modifying a lint rule

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants