Conversation
- Fix N806: rename uppercase variables in functions (H_GAP→h_gap, _CHUNK_SIZE→_chunk_size, _MASK→_mask, etc.) - Fix SIM114: combine identical if/elif branches in oracle.py and generator.py - Fix UP032: use f-string instead of .format() in compiler.py - Fix F401: remove unused imports (pytest, agent_registry, PipelineEngine, CompilationError) in test files - Fix F841: remove unused variable assignment in test_pipeline_events.py - Fix I001: sort import blocks in test files - Fix E402: add noqa comments for post-importorskip imports in test_graphql.py
ancongui
added a commit
that referenced
this pull request
May 31, 2026
fix: resolve all CI ruff lint errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Source (N806, SIM114, UP032):
Tests (F401, F841, I001, E402):
Test plan
ruff check src/ tests/— All checks passedpyright— 0 errors