Skip to content

chore: adopt ruff 0.16 [skip-runtime-e2e] - #222

Merged
saurabhjain1592 merged 1 commit into
mainfrom
chore/adopt-ruff-016
Jul 27, 2026
Merged

chore: adopt ruff 0.16 [skip-runtime-e2e]#222
saurabhjain1592 merged 1 commit into
mainfrom
chore/adopt-ruff-016

Conversation

@saurabhjain1592

Copy link
Copy Markdown
Member

Follow-up to the <0.16 pin: deliberate 0.16 adoption. Pin bumped to >=0.16,<0.17; PLR0917 ignored alongside the existing PLR0913 (public SDK signature arity is an API decision, mirrors the Go SDK); the two real findings fixed (RUF036, ISC004); 0.16 formatter applied (it now formats Python code blocks in markdown — README/CHANGELOG fences picked up trailing commas).

Skip-runtime-e2e justification

Lint tooling pin + mechanical lint/format fixes; no SDK runtime behavior changed.

Bumps the linter pin from the 0.15 line to 0.16.x. PLR0917 (too many
positional arguments) joins PLR0913 in the ignore list - public SDK
signature arity is an API decision mirroring the Go SDK, not a lint
call. Fixes the two real findings (RUF036 None-position in a union,
ISC004 unparenthesized concat) and applies the 0.16 formatter, which
now formats python code blocks in markdown.

Signed-off-by: Saurabh Jain <saurabh.jain@getaxonflow.com>
@saurabhjain1592
saurabhjain1592 merged commit 5bc8920 into main Jul 27, 2026
18 checks passed
@saurabhjain1592
saurabhjain1592 deleted the chore/adopt-ruff-016 branch July 27, 2026 21:26
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.

1 participant