Skip to content

Enable Ruff B/C4/UP lint codes and fix violations#27

Merged
spMohanty merged 3 commits intomainfrom
dev/ruff-b-c4-up-fixes
Apr 17, 2026
Merged

Enable Ruff B/C4/UP lint codes and fix violations#27
spMohanty merged 3 commits intomainfrom
dev/ruff-b-c4-up-fixes

Conversation

@spMohanty
Copy link
Copy Markdown
Contributor

Summary

  • Enable Ruff lint extensions B, C4, and UP in repository config.
  • Apply and fix all new violations from these rule sets.
  • Touch related code paths in core, client, tests, and benchmark areas (including Remove unused median index lookup in benchmark sorting #21 target).
  • Keep behavior unchanged while removing dead code/useless expressions and tightening exception practices.

Closes #21

@spMohanty spMohanty merged commit fb767fd into main Apr 17, 2026
16 checks passed
@spMohanty spMohanty deleted the dev/ruff-b-c4-up-fixes branch April 18, 2026 14:40
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.

Remove unused median index lookup in benchmark sorting

1 participant